Gets the page size.
Namespace: GroupDocs.Parser.DataAssembly: GroupDocs.Parser (in GroupDocs.Parser.dll) Version: 21.2.0
Syntaxpublic Size Size { get; }
Public ReadOnly Property Size As Size
Get
public:
property Size^ Size {
Size^ get ();
}
member Size : Size with get
Property Value
Type:
SizeAn instance of
Size class that represents the size of the page.
See Also