[This is preliminary documentation and is subject to change.]
The Document type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Document |
Creates a new document.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | (Inherited from Object.) | |
| Write(Stream, Stream) |
Convert the HTML document to a PDF document.
| |
| Write(Stream, String) |
Convert the HTML document to a PDF document.
| |
| Write(Stream, HttpResponse) |
Convert the HTML document to a PDF document.
| |
| Write(String, Stream) |
Convert the HTML document to a PDF document.
| |
| Write(String, String) |
Convert the HTML document to a PDF document.
| |
| Write(String, HttpResponse) |
Convert the HTML document to a PDF document.
| |
| Write(XmlDocument, Stream) |
Convert the HTML document to a PDF document.
| |
| Write(XmlDocument, String) |
Convert the HTML document to a PDF document.
| |
| Write(XmlDocument, HttpResponse) |
Convert the HTML document to a PDF document.
| |
| Write(XmlReader, Stream) |
Convert the HTML document to a PDF document.
| |
| Write(XmlReader, String) |
Convert the HTML document to a PDF document.
| |
| Write(XmlReader, HttpResponse) |
Convert the HTML document to a PDF document.
|
Properties
| Name | Description | |
|---|---|---|
| DefaultMargin |
Get the default margins of the main content.
| |
| DefaultPageSize |
Get or set the defaut page size of the pages in this document.
| |
| DocumentInfo |
Returns an object that allows you to specifiy document
information such as Author, Title, etc.
| |
| ID |
This ID will be included in a Message
that originates from this Document. (default = 'Document')
| |
| MasterPages |
Returns the collection of master pages.
| |
| Security |
Get or set the security settings and user privileges of this document.
| |
| Settings |
Get or set the settings that control the HTML to PDF conversion.
| |
| ViewerPreferences |
Get or set the viewer preferences of this document. Viewer preferences instruct
the PDF viewer to e.g. hide the toobar or set the initial zoom factor.
|