[This is preliminary documentation and is subject to change.]
The Document type exposes the following members.
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.
|