HtmlToPdfElementRenderedPagesRectangles Property

The bounds of the rectangle rendered in each PDF page by the HTML to PDF element. This property is assigned after the element has been added to a PDF page.

Definition

Namespace: Winnovative
Assembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.0.0
C#
public RectangleF[] RenderedPagesRectangles { get; }

Property Value

RectangleF

See Also