TiffOptions class
Contents
[
Hide
]TiffOptions class
Provides options that control how a presentation is saved in TIFF format.
Inheritance:TiffOptions
→ SaveOptions
The TiffOptions type exposes the following members:
Constructors
Constructor | Description |
---|---|
__init__ | Default constructor. |
Properties
Property | Description |
---|---|
warning_callback | Returns of sets an object which receives warnings and decides whether loading process will continue or will be aborted. Read/write IWarningCallback . |
progress_callback | Represents a callback object for saving progress updates in percentage. See IProgressCallback . |
default_regular_font | Returns or sets font used in case source font is not found. Read-write str. |
gradient_style | Returns or sets the visual style of the gradient. Read/write GradientStyle . |
skip_java_script_links | Specifies whether to skip hyperlinks with JavaScript calls when saving the presentation. Read/write bool. The default value is false . |
ink_options | Provides options that control the look of Ink objects in exported document. Read-only IInkOptions |
show_hidden_slides | Specifies whether the generated document should include hidden slides or not. Default is false . |
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. |
compression_type | Specifies the compression type. Read/write TiffCompressionTypes . |
pixel_format | Specifies the pixel format for the generated images. Read/write ImagePixelFormat . |
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 TiffOptions.compression_type is set to TiffCompressionTypes.CCITT4 or TiffCompressionTypes.CCITT3 Read/write BlackWhiteConversionMode .Default is BlackWhiteConversionMode.DEFAULT . |
Examples
The following example shows how to convert PowerPoint to TIFF with default size.
The following example shows how to convert PowerPoint to TIFF with custom size.
The following example shows how to convert PowerPoint to TIFF with custom image pixel format.
See Also
- class
SaveOptions
- class
TiffOptions
- module
aspose.slides.export
- library
Aspose.Slides