[This is preliminary documentation and is subject to change.]

The Document type exposes the following members.

Constructors

  NameDescription
Public methodDocument
Creates a new document.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodWrite(Stream, Stream)
Convert the HTML document to a PDF document.
Public methodWrite(Stream, String)
Convert the HTML document to a PDF document.
Public methodWrite(Stream, HttpResponse)
Convert the HTML document to a PDF document.
Public methodWrite(String, Stream)
Convert the HTML document to a PDF document.
Public methodWrite(String, String)
Convert the HTML document to a PDF document.
Public methodWrite(String, HttpResponse)
Convert the HTML document to a PDF document.
Public methodWrite(XmlDocument, Stream)
Convert the HTML document to a PDF document.
Public methodWrite(XmlDocument, String)
Convert the HTML document to a PDF document.
Public methodWrite(XmlDocument, HttpResponse)
Convert the HTML document to a PDF document.
Public methodWrite(XmlReader, Stream)
Convert the HTML document to a PDF document.
Public methodWrite(XmlReader, String)
Convert the HTML document to a PDF document.
Public methodWrite(XmlReader, HttpResponse)
Convert the HTML document to a PDF document.

Properties

  NameDescription
Public propertyDefaultMargin
Get the default margins of the main content.
Public propertyDefaultPageSize
Get or set the defaut page size of the pages in this document.
Public propertyDocumentInfo
Returns an object that allows you to specifiy document information such as Author, Title, etc.
Public propertyID
This ID will be included in a Message that originates from this Document. (default = 'Document')
Public propertyMasterPages
Returns the collection of master pages.
Public propertySecurity
Get or set the security settings and user privileges of this document.
Public propertySettings
Get or set the settings that control the HTML to PDF conversion.
Public propertyViewerPreferences
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.

See Also