PageImage Class |
Docentric Toolkit Help
Send Feedback |
This class contains an image that represents a single page of the document that was saved as to an image format.
System.Object
Docentric.Documents.ObjectModel.PageImage
Assembly: Docentric.Documents.ObjectModel (in Docentric.Documents.ObjectModel.dll)
public class PageImage
The PageImage type exposes the following members.
Name | Description | |
---|---|---|
![]() |
Data | Gets the binary of the generated PageImage. |
![]() |
PageIndex | Gets the page index of the paginated document. |
![]() |
RelatedDocumentSection | Gets the document Section that this page relates to. |
![]() |
RelatedSectionPageIndex | Gets the page index inside in the scope of the related Section of the paginated document. |
Name | Description | |
---|---|---|
![]() |
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object) |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object) |
![]() |
ToString | Returns a String that represents the current Object. (Inherited from Object) |