IPdfTextBoxField
Location Property
|
Gets or sets the location.
Namespace:
Spire.Pdf.Widget
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
PointF Location { get; set; }
Property Location As PointF
Get
Set
property PointF Location {
PointF get ();
void set (PointF value);
}
abstract Location : PointF with get, set
Property Value
Type:
PointF
See Also