ImageConverterOptions class #
Provides options that control how a presentation slides should be rendered.
ImageConverterOptions #
| Name | Description |
|---|---|
| ImageConverterOptions() | Initializes a new instance of the ImageConverterOptions class. |
Result: ImageConverterOptions
getDefaultRegularFont #
| Name | Description |
|---|---|
| getDefaultRegularFont () | Returns or sets font used in case source font is not found. Read-write String. |
Result: String
getImageHeight #
| Name | Description |
|---|---|
| getImageHeight () | Returns or sets a height of the generated image. Read/write int. |
Result: int
getImageScale #
| Name | Description |
|---|---|
| getImageScale () | Returns or sets a scale of the generated image. Read/write float. |
Result: float
getImageWidth #
| Name | Description |
|---|---|
| getImageWidth () | Returns or sets a width of the generated image. Read/write int. |
Result: int
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 #
| Name | Description |
|---|---|
| setDefaultRegularFont (String) | Returns or sets font used in case source font is not found. Read-write String. |
setImageHeight #
| Name | Description |
|---|---|
| setImageHeight (int) | Returns or sets a height of the generated image. Read/write int. |
setImageScale #
| Name | Description |
|---|---|
| setImageScale (float) | Returns or sets a scale of the generated image. Read/write float. |
setImageWidth #
| Name | Description |
|---|---|
| setImageWidth (int) | Returns or sets a width of the generated image. Read/write int. |
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. |