Class StiXpsExportSettings

Class describes settings for export to XPS format.

Hierarchy

Implements

Index

Properties

Protected _returnType

_returnType: any = Uint8Array

exportRtfTextAsImage

exportRtfTextAsImage: boolean = false

Gets or sets value which indicates that rtf text will be exported as bitmap images or as vector images.

imageQuality

imageQuality: number = 0.75

Gets or sets image quality of images which will be exported to result file.

imageResolution

imageResolution: number = 100

Gets or sets image resolution of images which will be exported to result file.

pageRange

pageRange: StiPagesRange = new StiPagesRange()

Accessors

returnType

  • get returnType(): any
  • set returnType(value: any): void

Methods

as

getExportFormat

is

is2

  • is2<T>(type: object | Interface<T>): boolean

toParameters

  • toParameters(): any

Generated using TypeDoc