Document Members
In This Article
#Properties
Name | Description |
---|---|
Auto |
Specifies the number of virtual pages to fit into one physical page, so their total width is the same as the width of a physical page. |
Base |
For internal use. Specifies the base offset point for the created document. |
Bookmark | Specifies the text of a root bookmark displayed in the Document Map. |
Bookmark |
Provides access to the collection of bookmarks available in the document and displayed in the Document Map of Print Preview. |
Can |
Specifies whether or not the document’s page settings can be changed. |
Content |
For internal use. |
Is |
Indicates whether or not the document is still being created. |
Is |
Indicates whether or not the document has any pages. |
Is |
Indicates whether or not the current Document instance is locked. |
Is |
Indicates whether or not any changes were made to the Document instance after it was created. |
Name | Specifies the document name. |
Page |
Indicates the total number of pages within a document. |
Pages | Provides access to the collection of pages within the current document. |
Printing |
Provides access to the Printing System for the current document. |
Right |
For internal use. |
Scale |
Specifies the document’s scale factor (in fractions of 1). |
#Methods
Name | Description |
---|---|
Dispose() | Disposes of the Document object. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
For internal use. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Serialize |
For internal use. |
Show |
Override this method to draw the specified brick on a new page. |
To |
Returns a string that represents the current object. Inherited from Object. |
Update |
For internal use. Updates the value of the base offset point indicating the position where the new brick will be inserted into the document. |
See Also