HtmlToImageElementRenderedPagesRectangles Property

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

Definition

Namespace: EvoPdfClient
Assembly: EvoPdfClient_NetCore (in EvoPdfClient_NetCore.dll) Version: 11.0.0
C#
public PdfRectangle[] RenderedPagesRectangles { get; }

Property Value

PdfRectangle

See Also