Page Constructor (Int32, String, Boolean, Int32, Int32, IListLine) |
Initializes new instance of
Page class.
Namespace: GroupDocs.Viewer.ResultsAssembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 21.2
Syntaxpublic Page(
int number,
string name,
bool visible,
int width,
int height,
IList<Line> lines
)
Public Sub New (
number As Integer,
name As String,
visible As Boolean,
width As Integer,
height As Integer,
lines As IList(Of Line)
)
public:
Page(
int number,
String^ name,
bool visible,
int width,
int height,
IList<Line^>^ lines
)
new :
number : int *
name : string *
visible : bool *
width : int *
height : int *
lines : IList<Line> -> Page
Parameters
- number
- Type: SystemInt32
The page number. - name
- Type: SystemString
The worksheet or page name. - visible
- Type: SystemBoolean
The page visibility indicator. - width
- Type: SystemInt32
The width of the page in pixels when viewing as JPG or PNG. - height
- Type: SystemInt32
The height of the page in pixels when viewing as JPG or PNG. - lines
- Type: System.Collections.GenericIListLine
The lines contained by the page when viewing as JPG or PNG with enabled Text Extraction.
Exceptions
See Also