Initializes a new instance of the
PageArea class.
Namespace: GroupDocs.Parser.DataAssembly: GroupDocs.Parser (in GroupDocs.Parser.dll) Version: 21.2.0
Syntaxprotected PageArea(
Page page,
Rectangle rectangle
)
Protected Sub New (
page As Page,
rectangle As Rectangle
)
protected:
PageArea(
Page^ page,
Rectangle^ rectangle
)
new :
page : Page *
rectangle : Rectangle -> PageArea
Parameters
- page
- Type: GroupDocs.Parser.DataPage
The page that contains the area. - rectangle
- Type: GroupDocs.Parser.DataRectangle
The rectangular area that contains the area.
See Also