Gets the color for filling the image border when BorderColorType is set to BorderColorType.Custom.
var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebDeskewCommandJS();
var value; // Type: string
value = instance.get_BorderColor();
function get_BorderColor() : string;
Return Value
Color. Default value is "rgba(0,0,0,1)".