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

    Parameters

    value
    Overlay text color. Default value is "rgba(255,255,255,1)".
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also