PdfFormRadioButtonBoundingRectangle Property
The bounding rectangle in PDF page of the radio button. The rectangle dimensions are expressed in points
Namespace: HiQPdfAssembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
public RectangleF BoundingRectangle { get; set; }
Public Property BoundingRectangle As RectangleF
Get
Set
public:
property RectangleF BoundingRectangle {
RectangleF get ();
void set (RectangleF value);
}
member BoundingRectangle : RectangleF with get, set
Property Value
RectangleF