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.) | |
| Read(XmlReader) |
Read from XML reader.
(Overrides Object..::..Read(XmlReader).) | |
| Read(String) |
Read from XML file.
(Inherited from Object.) | |
| Read(XmlElement) |
Read from XML element.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) | |
| Write(Stream) |
Write PDF document to stream in Declaritive mode.
| |
| Write(HttpResponse) |
Write PDF document to a HttpResponse in Declaritive mode.
| |
| Write(Stream, Boolean) |
Write PDF document to stream in declaritive or Event-Driven mode.
| |
| Write(HttpResponse, Boolean) |
Write PDF document to HttpResponse in Declaritive (push) or Event-Driven mode (pull).
| |
| Write(XmlReader, Stream) |
Write document in Event-Driven mode to a stream. The document is read from an XML reader.
| |
| Write(XmlReader, HttpResponse) |
Write document in Event-Driven mode (pull) to HttpResponse. Document is read from an XML reader.
|