PageAreaOptionsRectangle Property |
Gets the rectangular area that contains page areas.
Namespace: GroupDocs.Parser.OptionsAssembly: GroupDocs.Parser (in GroupDocs.Parser.dll) Version: 21.2.0
Syntaxpublic Rectangle Rectangle { get; }
Public ReadOnly Property Rectangle As Rectangle
Get
public:
property Rectangle^ Rectangle {
Rectangle^ get ();
}
member Rectangle : Rectangle with get
Property Value
Type:
RectangleAn instance of
Rectangle class that represents the rectangular area that contains page areas;
null if it isn't set.
See Also