Class StiSvgExportSettings

Class contains settings for export to SVG image format.

Hierarchy

Implements

Index

Constructors

constructor

Properties

Protected _returnType

_returnType: StringConstructor = String

cutEdges

cutEdges: boolean = false

Gets or sets value which indicates that page margins will be cut or not. This property can't be used with EMF, SVG, SVGZ formats.

ditheringType

ditheringType: StiMonochromeDitheringType = StiMonochromeDitheringType.FloydSteinberg

Gets or sets type of dithering. This property can't be used with EMF, SVG, SVGZ formats.

imageFormat

imageFormat: StiImageFormat = StiImageFormat.Color

Gets or sets image format for exported images. This property can't be used with EMF, SVG, SVGZ formats.

imageResolution

imageResolution: number = 100

Gets or sets image resolution for exported images. This property can't be used with EMF, SVG, SVGZ formats.

imageType

imageType: StiImageType

Gets or sets image type for exported images.

imageZoom

imageZoom: number = 1

Gets or sets image zoom factor for exported images. This property can't be used with EMF, SVG, SVGZ formats.

multipleFiles

multipleFiles: boolean = false

Gets or sets value which indicates that export engine will be create one solid file or multiple files (one file per page). This property can't be used with EMF, SVG, SVGZ formats.

pageRange

pageRange: StiPagesRange = new StiPagesRange()

tiffCompressionScheme

tiffCompressionScheme: StiTiffCompressionScheme = StiTiffCompressionScheme.Default

Gets or sets compression scheme of TIFF format. This property can't be used with EMF, SVG, SVGZ formats.

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