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

Namespace: Docentric.Documents.ObjectModel
Assembly: Docentric.Documents.ObjectModel (in Docentric.Documents.ObjectModel.dll)
public class PageImage

The PageImage type exposes the following members.

Name Description
Public member Data Gets the binary of the generated PageImage.
Public member PageIndex Gets the page index of the paginated document.
Public member RelatedDocumentSection Gets the document Section that this page relates to.
Public member RelatedSectionPageIndex Gets the page index inside in the scope of the related Section of the paginated document.
Name Description
Public method Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object)
Public method GetType Gets the Type of the current instance. (Inherited from Object)
Public method ToString Returns a String that represents the current Object. (Inherited from Object)