VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebExportFileSettingsJS type / set_BurnAnnotations Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    set_BurnAnnotations Method
    In This Topic
    Sets a value indicating whether annotations must be burned on images.
    Syntax
    var instance = new Vintasoft.Imaging.WebExportFileSettingsJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: boolean
    
    returnValue = instance.set_BurnAnnotations(value);
    
    
    function set_BurnAnnotations(
    value
    A value indicating whether annotations must be burned on images.
    : boolean
    ) : any;

    Parameters

    value
    A value indicating whether annotations must be burned on images.
    Browser Compatibility
    56+
    45+
    11
    See Also