IDocument Members
In This Article
#Properties
Name | Description |
---|---|
Is |
For internal use. Gets a value indicating whether or not the document is being created. |
Is |
For internal use. Indicates whether or not the document is empty (i. |
Is |
For internal use. Specifies the orientation of the document’s content. |
Pages | For internal use. |
Page |
For internal use. |
#Methods
Name | Description |
---|---|
Add |
Adds the specified service to the service container, and optionally promotes the service to parent service containers.
Inherited from IService |
Add |
Adds the specified service to the service container.
Inherited from IService |
Add |
Adds the specified service to the service container, and optionally promotes the service to any parent service containers.
Inherited from IService |
Add |
Adds the specified service to the service container.
Inherited from IService |
After |
For internal use. |
Before |
For internal use. |
Get |
Gets the service object of the specified type.
Inherited from IService |
Remove |
Removes the specified service type from the service container, and optionally promotes the service to parent service containers.
Inherited from IService |
Remove |
Removes the specified service type from the service container.
Inherited from IService |
#Events
Name | Description |
---|---|
After |
For internal use. Occurs after all document pages have been created. |
Before |
For internal use. Occurs before document pages are created. |
Create |
For internal use. Occurs when any exception is raised during document creation. |
Disposed | For internal use. |
Document |
For internal use. Occurs when a Document Viewer receives a document change notification. |
Page |
For internal use. |
See Also