ImageGear.Web.UI Namespace Client API Library > ImageGear.Web.UI Namespace : ImGearDocument class |
The following tables list the members exposed by ImGearDocument.
Name | Description | |
---|---|---|
![]() | ImGearDocument Constructor | Creates a new instance of ImGearDocument class. Overload List
" -->Syntax
" --> |
Name | Description | |
---|---|---|
![]() | caption | Gets or sets caption for the ImGearDocument. |
![]() | documentIdentifier | Indicates the document identifier of the document. |
![]() | encodedDocumentIdentifier | Indicates the encoded document identifier of the document. |
![]() | includeAllPages | Gets or sets whether if all pages in a document will be included. |
![]() | pageCount | Indicates the total number of pages in the document. |
![]() | pageCountStatus | Gets the page count status for the pages contained in the document in the control. |
![]() | pages | Gets the page collection that is contained in this document. |
Name | Description | |
---|---|---|
![]() | decodeDocumentIdentifier | Decodes the encoded document identifier provided in the parameter. |
![]() | encodeDocumentIdentifier | Encodes the document identifier provided in the parameter. |
Name | Description | |
---|---|---|
![]() | artPageOpenFailed | Indicates that a new ART page failed to open in the document. |
![]() | pageAdded | Indicates that a new page was added to the collection. |
![]() | pageChanged | Indicates that a page in the page collection of this document was changed. |
![]() | pageOpenFailed | Indicates that a new page failed to open in the document. |
![]() | pageRemoved | Indicates that a page was removed from the page collection in the document. |
![]() | propertyChanged | Indicates that a property of the document changed. |