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.
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public RectangleF[] RenderedPagesRectangles { get; } |
| Visual Basic |
|---|
Public ReadOnly Property RenderedPagesRectangles As RectangleF()
Get |
| Visual C++ |
|---|
public:
property array<RectangleF>^ RenderedPagesRectangles {
array<RectangleF>^ get ();
} |
Property Value
Type:
array<RectangleF>[]()[][]
See Also