Collapse All
Expand All
Code: All
Code: Multiple
Code: C#
Code: Visual Basic
C#
Visual Basic
.NET Framework Class Library
DocumentLocation Constructor (Int32)
DocumentLocation Class
See Also
Initializes a new instance of the
DocumentLocation
class.
Namespace:
C1.C1Preview
Assembly:
C1.C1Report.2
(in C1.C1Report.2.dll)
Syntax
C#
public
DocumentLocation
(
int
pageIndex
)
Visual Basic
Public
Sub
New
( _
pageIndex
As
Integer
_ )
Parameters
pageIndex
Type:
System
.
.
::
.
.
Int32
The 0-based page index.
See Also
DocumentLocation Class
DocumentLocation Overload
C1.C1Preview Namespace