var instance = new Vintasoft.Imaging.Pdf.WebPdfRedactionMarkAppearanceJS(); var value; // Type: string value = instance.get_FillColor();
function get_FillColor() : string;
Return Value
Redacted area fill color. Default value is "rgba(0,0,0,1)".
var instance = new Vintasoft.Imaging.Pdf.WebPdfRedactionMarkAppearanceJS(); var value; // Type: string value = instance.get_FillColor();
function get_FillColor() : string;