Property | Type | Description | |
---|---|---|---|
WindowProperty |
Method | Description | |
---|---|---|
InitializeButtons ( ) : void |
Create all buttons and add its into toolbar. Override this method to create custom buttons
|
|
OnOpenClick ( System.Windows.Controls.Button item ) : void |
Occurs when the Open button is clicked
|
|
OnPasswordRequired ( ) : string |
Occurs when the Loaded document protected by password. Application should return the password
|
|
OnPdfPrinDocumentCreaded ( EventArgs |
Occurs after an instance of PdfPrintDocument class is created and before printing is started.
|
|
OnPdfViewerChanging ( PdfViewer oldValue, PdfViewer newValue ) : void |
Called when the current PdfViewer control associated with the ToolBar is changing.
|
|
OnPrintClick ( System.Windows.Controls.Button item ) : void |
Occurs when the Print button is clicked
|
|
UpdateButtons ( ) : void |
Called when the ToolBar's items need to change its states
|
Method | Description | |
---|---|---|
PdfViewer_DocumentClosed ( object sender, |
||
PdfViewer_DocumentLoaded ( object sender, |
||
ShowPrintDialog ( System dlg ) : void | ||
SubscribePdfViewEvents ( PdfViewer newValue ) : void | ||
UnsubscribePdfViewEvents ( PdfViewer oldValue ) : void | ||
btn_OpenDocClick ( object sender, |
||
btn_PrintDocClick ( object sender, |
protected OnOpenClick ( System.Windows.Controls.Button item ) : void | ||
item | System.Windows.Controls.Button | The item that has been clicked |
return | void |
protected OnPdfPrinDocumentCreaded ( EventArgs |
||
e | EventArgs |
|
return | void |
protected OnPdfViewerChanging ( PdfViewer oldValue, PdfViewer newValue ) : void | ||
oldValue | PdfViewer | PdfViewer control of which was associated with the ToolBar. |
newValue | PdfViewer | PdfViewer control of which will be associated with the ToolBar. |
return | void |
protected OnPrintClick ( System.Windows.Controls.Button item ) : void | ||
item | System.Windows.Controls.Button | The item that has been clicked |
return | void |