PdfCanvasDrawableRectangle Property

The rectangle in canvas where the PDF objects can be laid out. The position of all the PDF objects laid out in canvas are relative to this rectangle

Definition

Namespace: HiQPdf
Assembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
C#
public RectangleF DrawableRectangle { get; }

Property Value

RectangleF

See Also