Returns a page size reduced by page margins and page template dimensions.
Namespace: Spire.PdfAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public SizeF GetClientSize()
Public Function GetClientSize As SizeF
public: SizeF GetClientSize()
member GetClientSize : unit -> SizeF
Return Value
SizeFReturns a page size reduced by page margins and page template dimensions.
Remarks
It's the actual size of the page where some output can be performed.