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

    Parameters

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