Gest or sets the bounding box in PDF page of the radio button control. The box dimensions are expressed in points
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public RectangleF BoundingRectangle { get; set; } |
| Visual Basic |
|---|
Public Property BoundingRectangle As RectangleF Get Set |
| Visual C++ |
|---|
public: property RectangleF BoundingRectangle { RectangleF get (); void set (RectangleF value); } |