Method | Description | |
---|---|---|
PDFExportOptions ( ) : System |
Initializes a new instance of PDFExportOptions.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
GetUnit ( String unit ) : XGraphicsUnit |
Converts a string to the corresponding XGraphicsUnit.
|
|
GetUnitString ( XGraphicsUnit unit ) : String |
Converts a XGraphicsUnit to a readable String.
|
|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
LoadSettings ( ) : void |
Loads the last used settings into the properties.
|
|
LocalizeComponents ( ) : void |
Displays the text for the current culture.
|
|
PDFExportOptions_Shown ( object sender, |
Initialises the window.
|
|
SaveSettings ( ) : void |
Stores the current values of the properties into the settings.
|
|
cmdOK_Click ( object sender, |
Updates the properties.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |