PdfFormRadioButtonBoundingRectangle Property
Gets or sets the bounding box in PDF page of the radio button control. The box dimensions are expressed in points
Namespace: EvoExcelToPdfAssembly: EvoExcelToPdf_NetCore (in EvoExcelToPdf_NetCore.dll) Version: 12.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