Table of Contents

TiffConverterOptions class

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

TiffConverterOptions {#TiffConverterOptions}

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

Result: TiffConverterOptions


getBlackWhiteMode {#getBlackWhiteMode}

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

Result: int


getCompressionType {#getCompressionType}

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

Result: int


getDefaultRegularFont {#getDefaultRegularFont}

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

Result: String


getDpi {#getDpi}

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

Result: long


getImageHeight {#getImageHeight}

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

Result: int


getImageWidth {#getImageWidth}

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

Result: int


getMultiPage {#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 {#getPixelFormat}

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

Result: int


getShowHiddenSlides {#getShowHiddenSlides}

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

Result: boolean


getSlidesViewOptions {#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 {#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 TiffCompressionTypes is set to TiffCompressionTypes#CCITT4 or TiffCompressionTypes#CCITT3 Read/write BlackWhiteConversionMode. Default is BlackWhiteConversionMode#Default.

setCompressionType {#setCompressionType}

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

setDefaultRegularFont {#setDefaultRegularFont}

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

setDpi {#setDpi}

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

setImageHeight {#setImageHeight}

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

setImageWidth {#setImageWidth}

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

setMultiPage {#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 {#setPixelFormat}

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

setShowHiddenSlides {#setShowHiddenSlides}

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

setSlidesViewOptions {#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.