Page Class
Represents single page that can be viewed.
Inheritance Hierarchy
SystemObject
  GroupDocs.Viewer.ResultsPage

Namespace: GroupDocs.Viewer.Results
Assembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 22.9
Syntax
[SerializableAttribute]
public class Page

The Page type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyHeight
The height of the page in pixels when viewing as JPG or PNG.
Public propertyLines
The lines contained by the page when viewing as JPG or PNG with enabled Text Extraction.
Public propertyName
The worksheet or page name.
Public propertyNumber
The page number.
Public propertyVisible
The page visibility indicator.
Public propertyWidth
The width of the page in pixels when viewing as JPG or PNG.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
See Also