TiffConverterOptions

TiffConverterOptions class #

Provides options that control how a presentation is converted to TIFF format.

TiffConverterOptions #

Name Description
TiffConverterOptions() Initializes a new instance of the TiffConverterOptions class.

Result: TiffConverterOptions


getBlackWhiteMode #

Name Description
getBlackWhiteMode () Specifies the algorithm for converting a color image into a black and white image. This option will applied only if #getCompressionType/ #setCompressionType(int) is set to TiffCompressionTypes#CCITT4 or TiffCompressionTypes#CCITT3 Read/write BlackWhiteConversionMode. Default is BlackWhiteConversionMode#Default.

Result: int


getCompressionType #

Name Description
getCompressionType () Specifies the TIFF compression type. Read/write TiffCompressionTypes.

Result: int


getDefaultRegularFont #

Name Description
getDefaultRegularFont () Returns or sets font used in case source font is not found. Read-write String.

Result: String


getDpi #

Name Description
getDpi () Returns or sets the resolution of the generated TIFF image. Read/write long.

Result: long


getImageHeight #

Name Description
getImageHeight () Returns or sets the height of the generated TIFF image. Read/write int.

Result: int


getImageWidth #

Name Description
getImageWidth () Returns or sets the width of the generated TIFF image. Read/write int.

Result: int


getMultiPage #

Name Description
getMultiPage () Specifies whether the generated TIFF document should be a multi-page. If value is true, then the result will be a multi-page TIFF document, if false then each slide will be saved in separate TIFF document. Default is false.

Result: boolean


getPixelFormat #

Name Description
getPixelFormat () Specifies the pixel format for the generated images. Read/write ImagePixelFormat.

Result: int


getShowHiddenSlides #

Name Description
getShowHiddenSlides () Specifies whether the generated TIFF document should include hidden slides or not. Default is false.

Result: boolean


getSlidesViewOptions #

Name Description
getSlidesViewOptions () Gets or sets the mode in which slides are placed on the page when converting a presentation. Read-write SlidesViewOptions.

Result: SlidesViewOptions


setBlackWhiteMode #

Name Description
setBlackWhiteMode (int) Specifies the algorithm for converting a color image into a black and white image. This option will applied only if #getCompressionType/ #setCompressionType(int) is set to TiffCompressionTypes#CCITT4 or TiffCompressionTypes#CCITT3 Read/write BlackWhiteConversionMode. Default is BlackWhiteConversionMode#Default.

setCompressionType #

Name Description
setCompressionType (int) Specifies the TIFF compression type. Read/write TiffCompressionTypes.

setDefaultRegularFont #

Name Description
setDefaultRegularFont (String) Returns or sets font used in case source font is not found. Read-write String.

setDpi #

Name Description
setDpi (long) Returns or sets the resolution of the generated TIFF image. Read/write long.

setImageHeight #

Name Description
setImageHeight (int) Returns or sets the height of the generated TIFF image. Read/write int.

setImageWidth #

Name Description
setImageWidth (int) Returns or sets the width of the generated TIFF image. Read/write int.

setMultiPage #

Name Description
setMultiPage (boolean) Specifies whether the generated TIFF document should be a multi-page. If value is true, then the result will be a multi-page TIFF document, if false then each slide will be saved in separate TIFF document. Default is false.

setPixelFormat #

Name Description
setPixelFormat (int) Specifies the pixel format for the generated images. Read/write ImagePixelFormat.

setShowHiddenSlides #

Name Description
setShowHiddenSlides (boolean) Specifies whether the generated TIFF document should include hidden slides or not. Default is false.

setSlidesViewOptions #

Name Description
setSlidesViewOptions (SlidesViewOptions) Gets or sets the mode in which slides are placed on the page when converting a presentation. Read-write SlidesViewOptions.