ITiffOptions

ITiffOptions interface

Provides options that control how a presentation is saved in TIFF format.

public interface ITiffOptions : ISaveOptions

Properties

NameDescription
AsISaveOptions { get; }Returns ISaveOptions interface. Read-only ISaveOptions.
CompressionType { get; set; }Specifies the compression type. Read/write TiffCompressionTypes.
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.
ShowHiddenSlides { get; set; }Specifies whether the generated document should include hidden slides or not. Default is false.

See Also