Click or drag to resize

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; }

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