VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.Dialogs Namespace / WebUiDocumentPasswordDialogJS type / WebUiDocumentPasswordDialogJS Constructor(string)
Syntax BrowserCompatibility SeeAlso
In This Topic
    WebUiDocumentPasswordDialogJS Constructor(string)
    In This Topic
    Initializes a new instance of the WebUiDocumentPasswordDialogJS class.
    Syntax
    // Parameters
    var fileId; // Type: string
    
    var instance = new Vintasoft.Imaging.UI.Dialogs.WebUiDocumentPasswordDialogJS(fileId);
    
    
    function WebUiDocumentPasswordDialogJS(
    fileId
    A file identifier.
    : string
    ) : WebUiDocumentPasswordDialogJS;

    Parameters

    fileId
    A file identifier.
    Browser Compatibility
    56+
    45+
    11
    See Also