Gets or sets the form field's border.
Namespace:
RadPdf.Data.Document.Objects.FormFields
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public PdfBorder Border { get; set; }
Public Property Border As PdfBorder
Get
Set
Property Value
Type:
PdfBorderRemarks
This property can not be changed if IsLocked is true.
See Also