Gets the size of the canvas reduced by margins and page templates.
Namespace: Spire.Pdf.GraphicsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
Syntax
C# | Visual Basic | Visual C++ | F# |
public SizeF ClientSize { get; }
Public ReadOnly Property ClientSize As SizeF Get
public: property SizeF ClientSize { SizeF get (); }
member ClientSize : SizeF with get
Property Value
SizeFRemarks
It indicates a size of the canvas reduced by margins and template dimensions.
This value doesn't change when any custom clip is set.