Pdf |
The PdfToolBarMain type exposes the following members.
Name | Description | |
---|---|---|
PdfToolBarMain | Initializes a new instance of the PdfToolBarMain class |
Name | Description | |
---|---|---|
Window | Sets the window there the Toolbar is hosted. If not specified then the PrintDialog will not be shown during printing. |
Name | Description | |
---|---|---|
InitializeButtons |
Create all buttons and add its into toolbar. Override this method to create custom buttons
(Overrides PdfToolBarInitializeButtons) | |
OnOpenClick | Occurs when the Open button is clicked | |
OnPasswordRequired | Occurs when the Loaded document protected by password. Application should return the password | |
OnPdfPrinDocumentCreaded | Occurs after an instance of PdfPrintDocument class is created and before printing is started. | |
OnPdfViewerChanging |
Called when the current PdfViewer control associated with the ToolBar is changing.
(Overrides PdfToolBarOnPdfViewerChanging(PdfViewer, PdfViewer)) | |
OnPrintClick | Occurs when the Print button is clicked | |
UpdateButtons |
Called when the ToolBar's items need to change its states
(Overrides PdfToolBarUpdateButtons) |
Name | Description | |
---|---|---|
PasswordRequired | Occurs when the loaded document protected by password. Application should return the password through Value property | |
PdfPrintDocumentCreated | Occurs after an instance of PdfPrintDocument class is created and before printing is started. |
Name | Description | |
---|---|---|
WindowProperty | DependencyProperty as the backing store for PdfViewer |