VintaSoft Imaging .NET SDK 15.0: Documentation for Web developer
Vintasoft.Imaging.Office.UI Namespace / WebDocumentInformationPropertiesJS type / set_Category Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    set_Category Method
    In This Topic
    Sets the category of the document.
    Syntax
    var instance = new Vintasoft.Imaging.Office.UI.WebDocumentInformationPropertiesJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: string
    
    returnValue = instance.set_Category(value);
    
    
    function set_Category(
    value
    The category of the document.
    : string
    ) : any;

    Parameters

    value
    The category of the document.
    Browser Compatibility
    56+
    45+
    11
    See Also