The Document type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Document |
Initialize a new instance of the Document class.
|
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.
|
Properties
| Name | Description | |
|---|---|---|
| AfterPrintAction |
After print action is executed after a document is printed.
| |
| AfterSaveAction |
After save action is executed after a document is saved.
| |
| BeforeCloseAction |
Before close action is executed before a document will be closed.
| |
| BeforePrintAction |
Before print action is executed before a document will be printed.
| |
| BeforeSaveAction |
Before save action is executed before a document will be saved.
| |
| DocumentInfo |
Get or set the document info object.
| |
| JavaScripts |
Document level JavaScripts.
| |
| Metadata |
Get the XMP metadata for this document.
| |
| OpenActions |
Open actions are executed while a document is openening.
| |
| Sections |
Collection of sections of this document.
| |
| Security |
Get or set the security settings and user privileges of this document.
| |
| ViewerPreferences |
Get or set the viewer preferences of this document.
|