VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfRedactionMarkAppearanceJS type / set_FillColor Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_FillColor Method
    In This Topic
    Sets the redacted area fill color.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.WebPdfRedactionMarkAppearanceJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: string
    
    returnValue = instance.set_FillColor(value);
    
    
    function set_FillColor(
    value
    Redacted area fill color. Default value is "rgba(0,0,0,1)".
    : string
    ) : any;

    Parameters

    value
    Redacted area fill color. Default value is "rgba(0,0,0,1)".
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also