Packagestimulsoft.report.export.settings
Classpublic class StiPdfExportSettings
InheritanceStiPdfExportSettings Inheritance StiPageRangeExportSettings Inheritance StiExportSettings Inheritance Object

Class describes settings for export to Adobe PDF format.



Public Properties
 PropertyDefined 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
 InheritedpageRange : 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
Public Methods
 MethodDefined By
  
toXMLString():String
[override]
StiPdfExportSettings
Property Detail
allowEditableproperty
allowEditable:int


Implementation
    public function get allowEditable():int
    public function set allowEditable(value:int):void
autoPrintModeproperty 
autoPrintMode:int

Gets or sets a value indicating AutoPrint mode


Implementation
    public function get autoPrintMode():int
    public function set autoPrintMode(value:int):void
compressedproperty 
compressed:Boolean

Gets or sets value which indicates that for result file will be used compression.


Implementation
    public function get compressed():Boolean
    public function set compressed(value:Boolean):void
creatorStringproperty 
creatorString:String

Gets or sets information about the creator to be inserted into result PDF file.


Implementation
    public function get creatorString():String
    public function set creatorString(value:String):void
ditheringTypeproperty 
ditheringType:int

Gets or sets type of dithering.


Implementation
    public function get ditheringType():int
    public function set ditheringType(value:int):void
embeddedFontsproperty 
embeddedFonts:Boolean

Gets or sets value which indicates that fonts which used in report will be included in PDF file.


Implementation
    public function get embeddedFonts():Boolean
    public function set embeddedFonts(value:Boolean):void
exportFormatproperty 
exportFormat:int  [read-only] [override]


Implementation
    public function get exportFormat():int
exportRtfTextAsImageproperty 
exportRtfTextAsImage:Boolean

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


Implementation
    public function get exportRtfTextAsImage():Boolean
    public function set exportRtfTextAsImage(value:Boolean):void
getCertificateFromCryptoUIproperty 
getCertificateFromCryptoUI:Boolean

Gets or sets value which indicates that certificate for PDF file digital signing must be get with help of special GUI.


Implementation
    public function get getCertificateFromCryptoUI():Boolean
    public function set getCertificateFromCryptoUI(value:Boolean):void
imageCompressionMethodproperty 
imageCompressionMethod:int

Gets or sets mode of image compression in PDF file.


Implementation
    public function get imageCompressionMethod():int
    public function set imageCompressionMethod(value:int):void
imageFormatproperty 
imageFormat:int

Gets or sets image format for exported images.


Implementation
    public function get imageFormat():int
    public function set imageFormat(value:int):void
imageQualityproperty 
imageQuality:Number

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


Implementation
    public function get imageQuality():Number
    public function set imageQuality(value:Number):void
imageResolutionproperty 
imageResolution:Number

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


Implementation
    public function get imageResolution():Number
    public function set imageResolution(value:Number):void
keyLengthproperty 
keyLength:int

Gets or sets length of encryption key.


Implementation
    public function get keyLength():int
    public function set keyLength(value:int):void
keywordsStringproperty 
keywordsString:String

Gets or sets keywords information to be inserted into result PDF file.


Implementation
    public function get keywordsString():String
    public function set keywordsString(value:String):void
passwordInputOwnerproperty 
passwordInputOwner:String

Gets or sets owner password for created PDF file.


Implementation
    public function get passwordInputOwner():String
    public function set passwordInputOwner(value:String):void
passwordInputUserproperty 
passwordInputUser:String

Gets or sets user password for created PDF file.


Implementation
    public function get passwordInputUser():String
    public function set passwordInputUser(value:String):void
pdfAComplianceproperty 
pdfACompliance:Boolean

Gets or sets value which indicates that resulting PDF file is PDF/A compliance.


Implementation
    public function get pdfACompliance():Boolean
    public function set pdfACompliance(value:Boolean):void
standardPdfFontsproperty 
standardPdfFonts:Boolean

Gets or sets value which indicates that only standard PDF fonts will be used in result PDF file.


Implementation
    public function get standardPdfFonts():Boolean
    public function set standardPdfFonts(value:Boolean):void
subjectNameStringproperty 
subjectNameString:String

Gets or sets subject name string which will be used in digital signature of result PDF file.


Implementation
    public function get subjectNameString():String
    public function set subjectNameString(value:String):void
useDigitalSignatureproperty 
useDigitalSignature:Boolean

Gets or sets value which indicates that digital signature is used for creating PDF file.


Implementation
    public function get useDigitalSignature():Boolean
    public function set useDigitalSignature(value:Boolean):void
useLocalMachineCertificatesproperty 
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.


Implementation
    public function get useLocalMachineCertificates():Boolean
    public function set useLocalMachineCertificates(value:Boolean):void
userAccessPrivilegesproperty 
userAccessPrivileges:int

Gets or sets user access privileges when Adobe PDF file is viewing.


Implementation
    public function get userAccessPrivileges():int
    public function set userAccessPrivileges(value:int):void
useUnicodeproperty 
useUnicode:Boolean

Gets or sets value which indicates that unicode symbols must be used in result PDF file.


Implementation
    public function get useUnicode():Boolean
    public function set useUnicode(value:Boolean):void
Method Detail
toXMLString()method
override public function toXMLString():String

Returns
String