var instance = new Vintasoft.Imaging.Pdf.WebPdfInteractiveFormFieldJS(document, name); var value; // Type: string value = instance.get_BorderColor();
function get_BorderColor() : string;
Return Value
Цвет RGB границы интерактивного поля.
var instance = new Vintasoft.Imaging.Pdf.WebPdfInteractiveFormFieldJS(document, name); var value; // Type: string value = instance.get_BorderColor();
function get_BorderColor() : string;