ITiffOptions class
Contents
[
Hide
]ITiffOptions class
Provides options that control how a presentation is saved in TIFF format.
The ITiffOptions type exposes the following members:
Properties
Property | Description |
---|---|
image_size | Specifies size of a generated TIFF image. Default value is 0x0, what means that generated image sizes will be calculated based on presentation slide size value. Read/write aspose.pydrawing.Size. |
dpi_x | Specifies the horizontal resolution in dots per inch. Read/write int. |
dpi_y | Specifies the vertical resolution in dots per inch. Read/write int. |
show_hidden_slides | Specifies whether the generated document should include hidden slides or not. Default is false . |
compression_type | Specifies the compression type. Read/write TiffCompressionTypes . |
pixel_format | Specifies the pixel format for the generated images. Read/write ImagePixelFormat . |
notes_comments_layouting | Provides options that control how notes and comments is placed in exported document. |
slides_layout_options | Gets or sets the mode in which slides are placed on the page when exporting a presentation ISlidesLayoutOptions . |
bw_conversion_mode | Specifies the algorithm for converting a color image into a black and white image. This option will applied only if ITiffOptions.compression_type is set to TiffCompressionTypes.CCITT4 or TiffCompressionTypes.CCITT3 Read/write BlackWhiteConversionMode .Default is BlackWhiteConversionMode.DEFAULT . |
ink_options | Provides options that control the look of Ink objects in exported document. Read-only IInkOptions |
warning_callback | |
progress_callback | |
default_regular_font | |
gradient_style |
See Also
- module
aspose.slides.export
- library
Aspose.Slides