Table of Contents

ImageConverterOptions class

Provides options that control how a presentation slides should be rendered.

ImageConverterOptions {#ImageConverterOptions}

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

Result: ImageConverterOptions


getDefaultRegularFont {#getDefaultRegularFont}

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

Result: String


getImageHeight {#getImageHeight}

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

Result: int


getImageScale {#getImageScale}

Name Description
getImageScale () Returns or sets a scale of the generated image. Read/write float.

Result: float


getImageWidth {#getImageWidth}

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

Result: int


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


setDefaultRegularFont {#setDefaultRegularFont}

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

setImageHeight {#setImageHeight}

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

setImageScale {#setImageScale}

Name Description
setImageScale (float) Returns or sets a scale of the generated image. Read/write float.

setImageWidth {#setImageWidth}

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

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.