Pdf |
The PdfToolStripMain type exposes the following members.
| Name | Description | |
|---|---|---|
| PdfToolStripMain | Initializes a new instance of the PdfToolStripMain class |
| Name | Description | |
|---|---|---|
| InitializeButtons |
Create all buttons and add its into toolbar. Override this method to create custom buttons
(Overrides PdfToolStripInitializeButtons) | |
| 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 ToolStrip is changing.
(Overrides PdfToolStripOnPdfViewerChanging(PdfViewer, PdfViewer)) | |
| OnPrintClick | Occurs when the Print button is clicked | |
| UpdateButtons |
Called when the ToolStrip's items need to change its states
(Overrides PdfToolStripUpdateButtons) |
| 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. |