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