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 (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
C#
public PdfRectangle[] RenderedPagesRectangles { get; }

Property Value

PdfRectangle

See Also