Initializes a new instance of the
Page class.
Namespace: GroupDocs.Parser.DataAssembly: GroupDocs.Parser (in GroupDocs.Parser.dll) Version: 21.2.0
Syntaxpublic Page(
int index,
Size size
)
Public Sub New (
index As Integer,
size As Size
)
public:
Page(
int index,
Size^ size
)
new :
index : int *
size : Size -> Page
Parameters
- index
- Type: SystemInt32
The page index. - size
- Type: GroupDocs.Parser.DataSize
The page size.
See Also