Gets and sets a rectangle defining the remaining free space available on the page.
Namespace:
PerpetuumSoft.Reporting.RenderingAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
C# |
---|
public VectorRectangle PageRenderArea { get; set; } |
Visual Basic (Declaration) |
---|
Public Property PageRenderArea As VectorRectangle |
Visual C++ |
---|
public: property VectorRectangle PageRenderArea { VectorRectangle get (); void set (VectorRectangle value); } |