The bounds of the rendered rectangle on each 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 (); } |