The bounds of the rendered rectangle on each PDF page.
This information becomes available in PostConvertActionEvent handler.
| C# | Visual Basic | Visual C++ |
public RectangleF[] RenderedPagesRectangles { get; }
Public ReadOnly Property RenderedPagesRectangles As RectangleF() Get
public: property array<RectangleF>^ RenderedPagesRectangles { array<RectangleF>^ get (); }