Page
Contents
[
Hide
]
Page class
Represents single page that can be viewed.
public class Page
Constructors
Name | Description |
---|---|
Page() | Initializes new instance of Page class. |
Page(int, bool) | Initializes new instance of Page class. |
Page(int, string, bool) | Initializes new instance of Page class. |
Page(int, bool, int, int) | Initializes new instance of Page class. |
Page(int, bool, int, int, List<Line>) | Initializes new instance of Page class. |
Page(int, string, bool, int, int) | Initializes new instance of Page class. |
Page(int, string, bool, int, int, List<Line>) | Initializes new instance of Page class. |
Properties
Name | Description |
---|---|
Height { get; set; } | The height of the page in pixels when viewing as JPG or PNG. |
Lines { get; set; } | The lines contained by the page when viewing as JPG or PNG with enabled Text Extraction. |
Name { get; set; } | The worksheet or page name. |
Number { get; set; } | The page number. |
Visible { get; set; } | The page visibility indicator. |
Width { get; set; } | The width of the page in pixels when viewing as JPG or PNG. |
Methods
Name | Description |
---|---|
override ToString() | Returns a string that represents the current object. |
See Also
- namespace GroupDocs.Viewer.Results
- assembly GroupDocs.Viewer