C# Класс Aspose.Words.Cloud.Sdk.Model.Requests.SaveAsTiffOnlineRequest

Request model for Aspose.Words.Cloud.Sdk.Api.WordsApi.SaveAsTiffOnline operation.
Наследование: IRequestModel, ICanUseCustomFontsRequest
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

CreateHttpRequest() публичный Метод

Creates the http request based on this request.
public CreateHttpRequest ( Configuration configuration ) : HttpRequestMessage
configuration Configuration SDK configuration.
Результат HttpRequestMessage

DeserializeResponse() публичный Метод

Deserialize response object.
public DeserializeResponse ( HttpResponseMessage message ) : object
message HttpResponseMessage Response message.
Результат object

SaveAsTiffOnlineRequest() публичный Метод

Initializes a new instance of the SaveAsTiffOnlineRequest class.
public SaveAsTiffOnlineRequest ( ) : System
Результат System

SaveAsTiffOnlineRequest() публичный Метод

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.
Результат System