PageAreaRectangle Property |
Gets the rectangular area.
Namespace: GroupDocs.Parser.DataAssembly: GroupDocs.Parser (in GroupDocs.Parser.dll) Version: 21.2.0
Syntaxpublic Rectangle Rectangle { get; protected set; }
Public Property Rectangle As Rectangle
Get
Protected Set
public:
property Rectangle^ Rectangle {
Rectangle^ get ();
protected: void set (Rectangle^ value);
}
member Rectangle : Rectangle with get, set
Property Value
Type:
RectangleAn instance of
Rectangle class that represents the rectangular area of the page that contains the page area.
See Also