Click or drag to resize

HtmlToPdfElementRenderedPagesRectangles Property

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

Namespace:  ExpertPdf.HtmlToPdf.PdfDocument
Assembly:  ephtmltopdf (in ephtmltopdf.dll) Version: 17.0.0
Syntax
public RectangleF[] RenderedPagesRectangles { get; }

Property Value

Type: RectangleF
See Also