| Package | stimulsoft.viewer.export.controls |
| Class | public class StiPdfSettingsControl |
| Inheritance | StiPdfSettingsControl StiExpander mx.containers.Canvas |
| 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:StiButtonThis property can be used as the source for data binding.
| buttonDocumentSecurity | property |
public var buttonDocumentSecurity:StiButtonThis property can be used as the source for data binding.
| checkBoxCompressed | property |
public var checkBoxCompressed:StiCheckBoxThis property can be used as the source for data binding.
| checkBoxEmbeddedFonts | property |
public var checkBoxEmbeddedFonts:StiCheckBoxThis property can be used as the source for data binding.
| checkBoxExportRtfTextAsImage | property |
public var checkBoxExportRtfTextAsImage:StiCheckBoxThis property can be used as the source for data binding.
| checkBoxPdfACompliance | property |
public var checkBoxPdfACompliance:StiCheckBoxThis property can be used as the source for data binding.
| checkBoxStandardPDFFonts | property |
public var checkBoxStandardPDFFonts:StiCheckBoxThis property can be used as the source for data binding.
| checkBoxUseUnicode | property |
public var checkBoxUseUnicode:StiCheckBoxThis property can be used as the source for data binding.
| comboBoxAllowEditable | property |
public var comboBoxAllowEditable:StiComboBoxThis property can be used as the source for data binding.
| comboBoxImageCompressionMethod | property |
public var comboBoxImageCompressionMethod:StiComboBoxThis property can be used as the source for data binding.
| comboBoxImageQuality | property |
public var comboBoxImageQuality:StiComboBoxThis property can be used as the source for data binding.
| comboBoxImageResolution | property |
public var comboBoxImageResolution:StiComboBoxThis 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:StiLabelThis property can be used as the source for data binding.
| stilabel2 | property |
public var stilabel2:StiLabelThis property can be used as the source for data binding.
| stilabel3 | property |
public var stilabel3:StiLabelThis property can be used as the source for data binding.
| stilabel4 | property |
public var stilabel4:StiLabelThis property can be used as the source for data binding.
| stilabel5 | property |
public var stilabel5:StiLabelThis 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):voidParameters
event:ListEvent |