| Package | stimulsoft.report.export.settings |
| Class | public class StiPdfExportSettings |
| Inheritance | StiPdfExportSettings StiPageRangeExportSettings StiExportSettings Object |
| Property | Defined By | ||
|---|---|---|---|
| allowEditable : int | StiPdfExportSettings | ||
| autoPrintMode : int Gets or sets a value indicating AutoPrint mode | StiPdfExportSettings | ||
| compressed : Boolean Gets or sets value which indicates that for result file will be used compression. | StiPdfExportSettings | ||
| creatorString : String Gets or sets information about the creator to be inserted into result PDF file. | StiPdfExportSettings | ||
| ditheringType : int Gets or sets type of dithering. | StiPdfExportSettings | ||
| embeddedFonts : Boolean Gets or sets value which indicates that fonts which used in report will be included in PDF file. | StiPdfExportSettings | ||
| exportFormat : int [override] [read-only] | StiPdfExportSettings | ||
| exportRtfTextAsImage : Boolean Gets or sets value which indicates that rtf text will be exported as bitmap images or as vector images. | StiPdfExportSettings | ||
| getCertificateFromCryptoUI : Boolean Gets or sets value which indicates that certificate for PDF file digital signing must be get with help of special GUI. | StiPdfExportSettings | ||
| imageCompressionMethod : int Gets or sets mode of image compression in PDF file. | StiPdfExportSettings | ||
| imageFormat : int Gets or sets image format for exported images. | StiPdfExportSettings | ||
| imageQuality : Number Gets or sets image quality of images which will be exported to result PDF file. | StiPdfExportSettings | ||
| imageResolution : Number Gets or sets image resolution of images which will be exported to result PDF file. | StiPdfExportSettings | ||
| keyLength : int Gets or sets length of encryption key. | StiPdfExportSettings | ||
| keywordsString : String Gets or sets keywords information to be inserted into result PDF file. | StiPdfExportSettings | ||
![]() | pageRange : StiPagesRange | StiPageRangeExportSettings | |
| passwordInputOwner : String Gets or sets owner password for created PDF file. | StiPdfExportSettings | ||
| passwordInputUser : String Gets or sets user password for created PDF file. | StiPdfExportSettings | ||
| pdfACompliance : Boolean Gets or sets value which indicates that resulting PDF file is PDF/A compliance. | StiPdfExportSettings | ||
| standardPdfFonts : Boolean Gets or sets value which indicates that only standard PDF fonts will be used in result PDF file. | StiPdfExportSettings | ||
| subjectNameString : String Gets or sets subject name string which will be used in digital signature of result PDF file. | StiPdfExportSettings | ||
| useDigitalSignature : Boolean Gets or sets value which indicates that digital signature is used for creating PDF file. | StiPdfExportSettings | ||
| useLocalMachineCertificates : Boolean
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. | StiPdfExportSettings | ||
| userAccessPrivileges : int Gets or sets user access privileges when Adobe PDF file is viewing. | StiPdfExportSettings | ||
| useUnicode : Boolean Gets or sets value which indicates that unicode symbols must be used in result PDF file. | StiPdfExportSettings | ||
| Method | Defined By | ||
|---|---|---|---|
toXMLString():String [override] | StiPdfExportSettings | ||
| allowEditable | property |
allowEditable:int public function get allowEditable():int public function set allowEditable(value:int):void| autoPrintMode | property |
autoPrintMode:intGets or sets a value indicating AutoPrint mode
public function get autoPrintMode():int public function set autoPrintMode(value:int):void| compressed | property |
compressed:BooleanGets or sets value which indicates that for result file will be used compression.
public function get compressed():Boolean public function set compressed(value:Boolean):void| creatorString | property |
creatorString:StringGets or sets information about the creator to be inserted into result PDF file.
public function get creatorString():String public function set creatorString(value:String):void| ditheringType | property |
ditheringType:intGets or sets type of dithering.
public function get ditheringType():int public function set ditheringType(value:int):void| embeddedFonts | property |
embeddedFonts:BooleanGets or sets value which indicates that fonts which used in report will be included in PDF file.
public function get embeddedFonts():Boolean public function set embeddedFonts(value:Boolean):void| exportFormat | property |
exportFormat:int [read-only] [override] public function get exportFormat():int| exportRtfTextAsImage | property |
exportRtfTextAsImage:BooleanGets or sets value which indicates that rtf text will be exported as bitmap images or as vector images.
public function get exportRtfTextAsImage():Boolean public function set exportRtfTextAsImage(value:Boolean):void| getCertificateFromCryptoUI | property |
getCertificateFromCryptoUI:BooleanGets or sets value which indicates that certificate for PDF file digital signing must be get with help of special GUI.
public function get getCertificateFromCryptoUI():Boolean public function set getCertificateFromCryptoUI(value:Boolean):void| imageCompressionMethod | property |
imageCompressionMethod:intGets or sets mode of image compression in PDF file.
public function get imageCompressionMethod():int public function set imageCompressionMethod(value:int):void| imageFormat | property |
imageFormat:intGets or sets image format for exported images.
public function get imageFormat():int public function set imageFormat(value:int):void| imageQuality | property |
imageQuality:NumberGets or sets image quality of images which will be exported to result PDF file.
public function get imageQuality():Number public function set imageQuality(value:Number):void| imageResolution | property |
imageResolution:NumberGets or sets image resolution of images which will be exported to result PDF file.
public function get imageResolution():Number public function set imageResolution(value:Number):void| keyLength | property |
keyLength:intGets or sets length of encryption key.
public function get keyLength():int public function set keyLength(value:int):void| keywordsString | property |
keywordsString:StringGets or sets keywords information to be inserted into result PDF file.
public function get keywordsString():String public function set keywordsString(value:String):void| passwordInputOwner | property |
passwordInputOwner:StringGets or sets owner password for created PDF file.
public function get passwordInputOwner():String public function set passwordInputOwner(value:String):void| passwordInputUser | property |
passwordInputUser:StringGets or sets user password for created PDF file.
public function get passwordInputUser():String public function set passwordInputUser(value:String):void| pdfACompliance | property |
pdfACompliance:BooleanGets or sets value which indicates that resulting PDF file is PDF/A compliance.
public function get pdfACompliance():Boolean public function set pdfACompliance(value:Boolean):void| standardPdfFonts | property |
standardPdfFonts:BooleanGets or sets value which indicates that only standard PDF fonts will be used in result PDF file.
public function get standardPdfFonts():Boolean public function set standardPdfFonts(value:Boolean):void| subjectNameString | property |
subjectNameString:StringGets or sets subject name string which will be used in digital signature of result PDF file.
public function get subjectNameString():String public function set subjectNameString(value:String):void| useDigitalSignature | property |
useDigitalSignature:BooleanGets or sets value which indicates that digital signature is used for creating PDF file.
public function get useDigitalSignature():Boolean public function set useDigitalSignature(value:Boolean):void| useLocalMachineCertificates | property |
useLocalMachineCertificates:BooleanGets 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 function get useLocalMachineCertificates():Boolean public function set useLocalMachineCertificates(value:Boolean):void| userAccessPrivileges | property |
userAccessPrivileges:intGets or sets user access privileges when Adobe PDF file is viewing.
public function get userAccessPrivileges():int public function set userAccessPrivileges(value:int):void| useUnicode | property |
useUnicode:BooleanGets or sets value which indicates that unicode symbols must be used in result PDF file.
public function get useUnicode():Boolean public function set useUnicode(value:Boolean):void| toXMLString | () | method |
override public function toXMLString():StringReturnsString |