[This is preliminary documentation and is subject to change.]
Includes the pdf specific classes used by this component.
Classes
| Class | Description | |
|---|---|---|
| Document |
This class represents the PDF document to which an HTML document is converted.
It is the root element of this class library.
| |
| DocumentInfo |
Document Info for the document like Author, Title and Subject.
| |
| PasswordSecurity |
This class encapsulates all security settings of a PDF document.
You secure a document by assigning a new instance of this class to the
Security property of the Document class.
| |
| Security |
This base class encapsulates security settings of a PDF document.
| |
| ViewerPreferences |
Settings used to control the way the document is displayed in a PDF viewer.
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| EncryptionLevel |
This enum specifies the available encryption levels.
| |
| PageLayout |
The page layout of the document in the PDF viewer.
| |
| PageMode |
The page mode of the document in the PDF viewer.
|