Click or drag to resize

StiPdfExportSettings Class

Class describes settings for export to Adobe PDF format.
Inheritance Hierarchy

Namespace:  Stimulsoft.Report.Export
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public class StiPdfExportSettings : StiPageRangeExportSettings

The StiPdfExportSettings type exposes the following members.

Constructors
  NameDescription
Public methodStiPdfExportSettings
Initializes a new instance of the StiPdfExportSettings class
Top
Properties
  NameDescription
Public propertyAllowEditable
Public propertyAutoPrintMode
Gets or sets a value indicating AutoPrint mode
Public propertyCertificateData
Gets or sets raw certificate data for digital signature.
Public propertyCertificatePassword
Gets or sets password for certificate for digital signature.
Public propertyCompressed
Gets or sets value which indicates that result file will be used compression.
Public propertyCreatorString
Gets or sets information about the creator to be inserted into result PDF file.
Public propertyDigitalSignatureContactInfo
Gets or sets a value indicating the ContactInfo field of digital signature.
Public propertyDigitalSignatureLocation
Gets or sets a value indicating the Location field of digital signature.
Public propertyDigitalSignatureReason
Gets or sets a value indicating the Reason field of digital signature.
Public propertyDigitalSignatureSignedBy
Gets or sets a value indicating the SignedBy field of digital signature.
Public propertyDitheringType
Gets or sets type of dithering.
Public propertyEmbeddedFiles
Gets or sets a list of embedded files info.
Public propertyEmbeddedFonts
Gets or sets value which indicates that fonts which used in report will be included in PDF file.
Public propertyExportRtfTextAsImage
Gets or sets value which indicates that rtf text will be exported as bitmap images or as vector images.
Public propertyGetCertificateFromCryptoUI
Gets or sets value which indicates that certificate for PDF file digital signing must be get with help of special GUI.
Public propertyImageCompressionMethod
Gets or sets mode of image compression in PDF file.
Public propertyImageFormat
Gets or sets image format for exported images.
Public propertyImageIndexedColorPaletteSize
Gets or sets a Palette size for the Indexed color mode of image compression.
Public propertyImageQuality
Gets or sets image quality of images which will be exported to result PDF file.
Public propertyImageResolution
Gets or sets image resolution of images which will be exported to result PDF file.
Public propertyImageResolutionMode
Public propertyKeyLength
Gets or sets length of encryption key.
Public propertyKeywordsString
Gets or sets keywords information to be inserted into result PDF file.
Public propertyPageRange (Inherited from StiPageRangeExportSettings.)
Public propertyPasswordInputOwner
Gets or sets owner password for created PDF file.
Public propertyPasswordInputUser
Gets or sets user password for created PDF file.
Public propertyPdfACompliance
Gets or sets value which indicates that resulting PDF file is PDF/A compliance.
Public propertyPdfComplianceMode
Gets or sets value which indicates the PDF file compliance mode.
Public propertyStandardPdfFonts
Gets or sets value which indicates that only standard PDF fonts will be used in result PDF file.
Public propertySubjectNameString
Gets or sets subject name string which will be used in digital signature of result PDF file.
Public propertyUseDigitalSignature
Gets or sets value which indicates that digital signature is used for creating PDF file.
Public propertyUseLocalMachineCertificates
Gets or sets value which indicates that certificates from local machine certificate store or from current user certificate store will be used for digital signature.
Public propertyUserAccessPrivileges
Gets or sets user access privileges when Adobe PDF file is viewing.
Public propertyUseUnicode
Gets or sets value which indicates that unicode symbols must be used in result PDF file.
Public propertyZUGFeRDCompliance
Gets or sets value which indicates that resulting PDF file is ZUGFeRD compliance.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetExportFormat (Overrides StiExportSettingsGetExportFormat.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also