PdfCanvas
ClientSize Property
|
Gets the size of the canvas reduced by margins and page templates.
Namespace:
Spire.Pdf.Graphics
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public SizeF ClientSize { get; }
Public ReadOnly Property ClientSize As SizeF
Get
public:
property SizeF ClientSize {
SizeF get ();
}
member ClientSize : SizeF with get
Property Value
Type:
SizeF
Remarks
It indicates a size of the canvas reduced by margins and template dimensions.
This value doesn't change when any custom clip is set.
See Also