Метод | Описание | |
---|---|---|
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 ( |
Initializes a new instance of the SaveAsTiffOnlineRequest class.
|
public CreateHttpRequest ( Configuration configuration ) : HttpRequestMessage | ||
configuration | Configuration | SDK configuration. |
Результат | HttpRequestMessage |
public DeserializeResponse ( HttpResponseMessage message ) : object | ||
message | HttpResponseMessage | Response message. |
Результат | object |
public SaveAsTiffOnlineRequest ( ) : System | ||
Результат | System |
public SaveAsTiffOnlineRequest ( |
||
document | 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 |