Class StiPdfExportSettings

Hierarchy

Implements

Index

Properties

ZUGFeRDComplianceMode

ZUGFeRDComplianceMode: StiPdfZUGFeRDComplianceMode = StiPdfZUGFeRDComplianceMode.None

ZUGFeRDConformanceLevel

ZUGFeRDConformanceLevel: string = "BASIC"

ZUGFeRDInvoiceData

ZUGFeRDInvoiceData: number[] | Uint8Array | string = null

Protected _returnType

_returnType: any = Uint8Array

allowEditable

allowEditable: StiPdfAllowEditable = StiPdfAllowEditable.No

autoPrintMode

autoPrintMode: StiPdfAutoPrintMode = StiOptions.Export.Pdf.defaultAutoPrintMode

compressed

compressed: boolean = true

creatorString

creatorString: string = ""

ditheringType

ditheringType: StiMonochromeDitheringType = StiMonochromeDitheringType.FloydSteinberg

embeddedFiles

embeddedFiles: List<StiPdfEmbeddedFileData> = new List<StiPdfEmbeddedFileData>()

embeddedFonts

embeddedFonts: boolean = true

exportRtfTextAsImage

exportRtfTextAsImage: boolean = false

getCertificateFromCryptoUI

getCertificateFromCryptoUI: boolean = true

imageCompressionMethod

imageCompressionMethod: StiPdfImageCompressionMethod = StiPdfImageCompressionMethod.Jpeg

imageFormat

imageFormat: StiImageFormat = StiImageFormat.Color

imageIndexedColorPaletteSize

imageIndexedColorPaletteSize: number = 96

imageQuality

imageQuality: number = 0.75

imageResolution

imageResolution: number = 100

imageResolutionMode

imageResolutionMode: StiImageResolutionMode = StiImageResolutionMode.Auto

keyLength

keyLength: StiPdfEncryptionKeyLength = StiPdfEncryptionKeyLength.Bit40

keywordsString

keywordsString: string = ""

pageRange

pageRange: StiPagesRange = new StiPagesRange()

passwordInputOwner

passwordInputOwner: string = ""

passwordInputUser

passwordInputUser: string = ""

pdfComplianceMode

pdfComplianceMode: StiPdfComplianceMode = StiPdfComplianceMode.None

standardPdfFonts

standardPdfFonts: boolean = false

useDigitalSignature

useDigitalSignature: boolean = false

useUnicode

useUnicode: boolean = true

userAccessPrivileges

userAccessPrivileges: StiUserAccessPrivileges = StiUserAccessPrivileges.All

Accessors

pdfACompliance

  • get pdfACompliance(): boolean
  • set pdfACompliance(value: boolean): void
  • Returns boolean

  • Parameters

    • value: boolean

    Returns void

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