TiffOptions
Contents
[
Hide
]
TiffOptions class
Provides options that control how a presentation is saved in TIFF format.
public class TiffOptions : SaveOptions, ITiffOptions
Constructors
Name | Description |
---|---|
TiffOptions() | Default constructor. |
Properties
Name | Description |
---|---|
CompressionType { get; set; } | Specifies the compression type. Read/write TiffCompressionTypes . |
DefaultRegularFont { get; set; } | Returns or sets font used in case source font is not found. Read-write String. |
DpiX { get; set; } | Specifies the horizontal resolution in dots per inch. Read/write UInt32. |
DpiY { get; set; } | Specifies the vertical resolution in dots per inch. Read/write UInt32. |
ImageSize { get; set; } | 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 Size. |
NotesCommentsLayouting { get; } | Provides options that control how notes and comments is placed in exported document. |
PixelFormat { get; set; } | Specifies the pixel format for the generated images. Read/write ImagePixelFormat . |
ProgressCallback { get; set; } | Represents a callback object for saving progress updates in percentage. See IProgressCallback . |
ShowHiddenSlides { get; set; } | Specifies whether the generated document should include hidden slides or not. Default is false . |
WarningCallback { get; set; } | Returns of sets an object which receives warnings and decides whether loading process will continue or will be aborted. Read/write IWarningCallback . |
See Also
- class SaveOptions
- interface ITiffOptions
- namespace Aspose.Slides.Export
- assembly Aspose.Slides