The namespace defining the EVO PDF Viewer for .NET Windows Forms
Classes
Class | Description | |
---|---|---|
PdfSecurityOptions |
This class encapsulates the options to control the PDF document
security options. The PDF document is modified
to apply the properties from the PdfSecurityOptions before being displayed in the viewer control
and this might introduce an additional delay before the document is displayed.
| |
PdfViewer |
The PDF Viewer control for Windows Forms
| |
PdfViewerException |
PDF Viewer Exception
| |
PdfViewerPreferences |
Represents the viewer preferences of the PDF document. The PDF document is modified
to apply the properties from the PdfViewerPreferences before being displayed in the viewer control
and this might introduce an additional delay before the document is displayed.
|
Enumerations
Enumeration | Description | |
---|---|---|
DocumentDisplayMode |
The display mode of the PDF document in the viewer.
| |
EncryptionAlgorithm |
The encryption algorithm
| |
EncryptionKeySize |
The length of the encryption key
| |
PageFitMode |
The fit mode of the PDF page in the viewer.
| |
PageLayoutMode |
The layout mode of the PDF page in the viewer.
| |
PdfViewerFullScreenExitMode |
Used in PdfViewerPreferences to specify how to display the document on exiting full-screen mode
| |
PdfViewerPageLayout |
The page layout in PdfViewerPreferences to be used when the document is opened.
| |
PdfViewerPageMode |
Options in PdfViewerPreferences for how the document should be displayed when opened.
| |
ShowToolbarMode |
The viewer toolbar display mode.
| |
ViewerTextOrder |
Used in PdfViewerPreferences to specify the predominant reading order for text.
|