C# Class Aspose.Words.Cloud.Sdk.Model.Requests.SaveAsTiffOnlineRequest

Request model for Aspose.Words.Cloud.Sdk.Api.WordsApi.SaveAsTiffOnline operation.
Inheritance: IRequestModel, ICanUseCustomFontsRequest
Datei anzeigen Open project: aspose-words-cloud/aspose-words-cloud-dotnet

Public Methods

Method Description
CreateHttpRequest ( Configuration configuration ) : HttpRequestMessage

Creates the http request based on this request.

DeserializeResponse ( HttpResponseMessage message ) : object

Deserialize response object.

SaveAsTiffOnlineRequest ( ) : System

Initializes a new instance of the SaveAsTiffOnlineRequest class.

SaveAsTiffOnlineRequest ( Stream document, TiffSaveOptionsData saveOptions, string loadEncoding = null, string password = null, bool? useAntiAliasing = null, bool? useHighQualityRendering = null, double? imageBrightness = null, string imageColorMode = null, double? imageContrast = null, string numeralFormat = null, int? pageCount = null, int? pageIndex = null, string paperColor = null, string pixelFormat = null, double? resolution = null, double? scale = null, string tiffCompression = null, string dmlRenderingMode = null, string dmlEffectsRenderingMode = null, string tiffBinarizationMethod = null, bool? zipOutput = null, string fontsLocation = null ) : System

Initializes a new instance of the SaveAsTiffOnlineRequest class.

Method Details

CreateHttpRequest() public method

Creates the http request based on this request.
public CreateHttpRequest ( Configuration configuration ) : HttpRequestMessage
configuration Configuration SDK configuration.
return HttpRequestMessage

DeserializeResponse() public method

Deserialize response object.
public DeserializeResponse ( HttpResponseMessage message ) : object
message HttpResponseMessage Response message.
return object

SaveAsTiffOnlineRequest() public method

Initializes a new instance of the SaveAsTiffOnlineRequest class.
public SaveAsTiffOnlineRequest ( ) : System
return System

SaveAsTiffOnlineRequest() public method

Initializes a new instance of the SaveAsTiffOnlineRequest class.
public SaveAsTiffOnlineRequest ( Stream document, TiffSaveOptionsData saveOptions, string loadEncoding = null, string password = null, bool? useAntiAliasing = null, bool? useHighQualityRendering = null, double? imageBrightness = null, string imageColorMode = null, double? imageContrast = null, string numeralFormat = null, int? pageCount = null, int? pageIndex = null, string paperColor = null, string pixelFormat = null, double? resolution = null, double? scale = null, string tiffCompression = null, string dmlRenderingMode = null, string dmlEffectsRenderingMode = null, string tiffBinarizationMethod = null, bool? zipOutput = null, string fontsLocation = null ) : System
document System.IO.Stream The document.
saveOptions TiffSaveOptionsData Tiff save options.
loadEncoding string Encoding that will be used to load an HTML (or TXT) document if the encoding is not specified in HTML.
password string Password for opening an encrypted document.
useAntiAliasing bool? The flag indicating whether to use antialiasing.
useHighQualityRendering bool? The flag indicating whether to use high quality.
imageBrightness double? The level of brightness for the generated images.
imageColorMode string The color mode for the generated images.
imageContrast double? The contrast for the generated images.
numeralFormat string The images numeral format.
pageCount int? The number of pages to render.
pageIndex int? The index of the page to start rendering.
paperColor string The background image color.
pixelFormat string The pixel format of the generated images.
resolution double? The resolution of the generated images.
scale double? The zoom factor for the generated images.
tiffCompression string The compression tipe.
dmlRenderingMode string The optional dml rendering mode. The default value is Fallback.
dmlEffectsRenderingMode string The optional dml effects rendering mode. The default value is Simplified.
tiffBinarizationMethod string The optional TIFF binarization method. Possible values are: FloydSteinbergDithering, Threshold.
zipOutput bool? The flag indicating whether to ZIP the output.
fontsLocation string Folder in filestorage with custom fonts.
return System