RedactorAppearanceBorder Property |
Border specifies if the overlay will be surrounded by a border.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public bool Border { get; set; }
Public Property Border As Boolean
Get
Set
public:
virtual property bool Border {
bool get () sealed;
void set (bool value) sealed;
}
function get_Border();
function set_Border(value);
Property Value
Type:
BooleanSee Also