Package | stimulsoft.viewer.export.controls |
Class | public class StiPdfSettingsControl |
Inheritance | StiPdfSettingsControl ![]() ![]() |
Implements | mx.binding.IBindingClient |
Property | Defined By | ||
---|---|---|---|
buttonDigitalSignature : StiButton | StiPdfSettingsControl | ||
buttonDocumentSecurity : StiButton | StiPdfSettingsControl | ||
![]() | caption : String | StiExpander | |
checkBoxCompressed : StiCheckBox | StiPdfSettingsControl | ||
checkBoxEmbeddedFonts : StiCheckBox | StiPdfSettingsControl | ||
checkBoxExportRtfTextAsImage : StiCheckBox | StiPdfSettingsControl | ||
checkBoxPdfACompliance : StiCheckBox | StiPdfSettingsControl | ||
checkBoxStandardPDFFonts : StiCheckBox | StiPdfSettingsControl | ||
checkBoxUseUnicode : StiCheckBox | StiPdfSettingsControl | ||
comboBoxAllowEditable : StiComboBox | StiPdfSettingsControl | ||
comboBoxImageCompressionMethod : StiComboBox | StiPdfSettingsControl | ||
comboBoxImageQuality : StiComboBox | StiPdfSettingsControl | ||
comboBoxImageResolution : StiComboBox | StiPdfSettingsControl | ||
imageCompressionMethod : int [read-only] | StiPdfSettingsControl | ||
imageFormat : int [read-only] | StiPdfSettingsControl | ||
![]() | isMinimized : Boolean | StiExpander | |
monochromeDitheringType : int [read-only] | StiPdfSettingsControl | ||
settings : StiPdfExportSettings [read-only] | StiPdfSettingsControl | ||
![]() | showMinimized : Boolean | StiExpander | |
stilabel1 : StiLabel | StiPdfSettingsControl | ||
stilabel2 : StiLabel | StiPdfSettingsControl | ||
stilabel3 : StiLabel | StiPdfSettingsControl | ||
stilabel4 : StiLabel | StiPdfSettingsControl | ||
stilabel5 : StiLabel | StiPdfSettingsControl |
Method | Defined By | ||
---|---|---|---|
Constructor. | StiPdfSettingsControl | ||
![]() | applyTheme():void | StiExpander |
Method | Defined By | ||
---|---|---|---|
![]() | createChildren():void [override] | StiExpander | |
StiPdfSettingsControl | |||
onComboBoxImageCompressionMethodChange(event:ListEvent):void | StiPdfSettingsControl | ||
![]() | updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void [override] | StiExpander | |
![]() | updateDisplayList2007(unscaledWidth:Number, unscaledHeight:Number):void | StiExpander | |
![]() | updateDisplayList2013(unscaledWidth:Number, unscaledHeight:Number):void | StiExpander |
buttonDigitalSignature | property |
public var buttonDigitalSignature:StiButton
This property can be used as the source for data binding.
buttonDocumentSecurity | property |
public var buttonDocumentSecurity:StiButton
This property can be used as the source for data binding.
checkBoxCompressed | property |
public var checkBoxCompressed:StiCheckBox
This property can be used as the source for data binding.
checkBoxEmbeddedFonts | property |
public var checkBoxEmbeddedFonts:StiCheckBox
This property can be used as the source for data binding.
checkBoxExportRtfTextAsImage | property |
public var checkBoxExportRtfTextAsImage:StiCheckBox
This property can be used as the source for data binding.
checkBoxPdfACompliance | property |
public var checkBoxPdfACompliance:StiCheckBox
This property can be used as the source for data binding.
checkBoxStandardPDFFonts | property |
public var checkBoxStandardPDFFonts:StiCheckBox
This property can be used as the source for data binding.
checkBoxUseUnicode | property |
public var checkBoxUseUnicode:StiCheckBox
This property can be used as the source for data binding.
comboBoxAllowEditable | property |
public var comboBoxAllowEditable:StiComboBox
This property can be used as the source for data binding.
comboBoxImageCompressionMethod | property |
public var comboBoxImageCompressionMethod:StiComboBox
This property can be used as the source for data binding.
comboBoxImageQuality | property |
public var comboBoxImageQuality:StiComboBox
This property can be used as the source for data binding.
comboBoxImageResolution | property |
public var comboBoxImageResolution:StiComboBox
This property can be used as the source for data binding.
imageCompressionMethod | property |
imageCompressionMethod:int
[read-only] public function get imageCompressionMethod():int
imageFormat | property |
imageFormat:int
[read-only] public function get imageFormat():int
monochromeDitheringType | property |
monochromeDitheringType:int
[read-only] public function get monochromeDitheringType():int
settings | property |
settings:StiPdfExportSettings
[read-only] public function get settings():StiPdfExportSettings
stilabel1 | property |
public var stilabel1:StiLabel
This property can be used as the source for data binding.
stilabel2 | property |
public var stilabel2:StiLabel
This property can be used as the source for data binding.
stilabel3 | property |
public var stilabel3:StiLabel
This property can be used as the source for data binding.
stilabel4 | property |
public var stilabel4:StiLabel
This property can be used as the source for data binding.
stilabel5 | property |
public var stilabel5:StiLabel
This property can be used as the source for data binding.
StiPdfSettingsControl | () | Constructor |
public function StiPdfSettingsControl()
Constructor.
onCheckBoxPdfAComplianceClick | () | method |
protected function onCheckBoxPdfAComplianceClick():void
onComboBoxImageCompressionMethodChange | () | method |
protected function onComboBoxImageCompressionMethodChange(event:ListEvent):void
Parameters
event:ListEvent |