PdfFormFieldBoundingRectangle Property
Gets or sets the PDF form field control box in PDF page with the dimensions expressed in points
Namespace: Winnovative.ExcelToPdfAssembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_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