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.PdfDocumentAssembly: ExpertPdf.HtmlToPdf (in ExpertPdf.HtmlToPdf.dll) Version: 11.0.0
Syntaxpublic RectangleF[] RenderedPagesRectangles { get; }
Public ReadOnly Property RenderedPagesRectangles As RectangleF()
Get
Property Value
Type:
RectangleF
See Also