|
PdfiumViewer
|
Control to host PDF documents with support for printing. More...
Public Member Functions | |
| PdfViewer () | |
| Initializes a new instance of the PdfViewer class. More... | |
Protected Member Functions | |
| virtual void | OnLinkClick (LinkClickEventArgs e) |
| Called when a link is clicked. More... | |
| override void | Dispose (bool disposing) |
| Clean up any resources being used. More... | |
Properties | |
| IPdfDocument | Document [get, set] |
| Gets or sets the PDF document. More... | |
| PdfRenderer | Renderer [get] |
| Get the PdfRenderer that renders the PDF document. More... | |
| string | DefaultDocumentName [get, set] |
| Gets or sets the default document name used when saving the document. More... | |
| PdfPrintMode | DefaultPrintMode [get, set] |
| Gets or sets the default print mode. More... | |
| PdfViewerZoomMode | ZoomMode [get, set] |
| Gets or sets the way the document should be zoomed initially. More... | |
| bool | ShowToolbar [get, set] |
| Gets or sets whether the toolbar should be shown. More... | |
| bool | ShowBookmarks [get, set] |
| Gets or sets whether the bookmarks panel should be shown. More... | |
| string | DefaultPrinter [get, set] |
| Gets or sets the pre-selected printer to be used when the print dialog shows up. More... | |
Events | |
| LinkClickEventHandler | LinkClick |
| Occurs when a link in the pdf document is clicked. More... | |
Control to host PDF documents with support for printing.
| PdfiumViewer.PdfViewer.PdfViewer | ( | ) |
Initializes a new instance of the PdfViewer class.
|
protected |
Clean up any resources being used.
| disposing | true if managed resources should be disposed; otherwise, false. |
|
protectedvirtual |
Called when a link is clicked.
| e |
|
getset |
Gets or sets the default document name used when saving the document.
|
getset |
Gets or sets the pre-selected printer to be used when the print dialog shows up.
|
getset |
Gets or sets the default print mode.
|
getset |
Gets or sets the PDF document.
|
get |
Get the PdfRenderer that renders the PDF document.
|
getset |
Gets or sets whether the bookmarks panel should be shown.
|
getset |
Gets or sets whether the toolbar should be shown.
|
getset |
Gets or sets the way the document should be zoomed initially.
| LinkClickEventHandler PdfiumViewer.PdfViewer.LinkClick |
Occurs when a link in the pdf document is clicked.