The Document type exposes the following members.

Constructors

  NameDescription
Public methodDocument
Creates a new empty document.

Methods

  NameDescription
Public methodCreatePage
Creates new page in a document. The first page in a document is always created.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSave(ExportType, Stream)
Save document to the provided output stream in specified file format.
Public methodSave(ExportType, Stream, Stream)
Save document to the provided output stream in specified file format using template presentation.
Public methodSetSizeCm
Sets new size of pages in a document in centimeters.
Public methodSetSizePt
Sets new size of pages in a document in pixels.
Public methodToString (Inherited from Object.)

Properties

  NameDescription
Public propertyFirstPage
Gets the first page in a document.
Public propertyPages
Gets list of all pages in a document.
Public propertySize
Gets a page size of a document.

See Also