VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfDocumentJS type / get_Id Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Id Method
    In This Topic
    Gets an identifier that determines the PDF file source.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.WebPdfDocumentJS(id, service, pdfDocumentEditorControl);
    
    var value; // Type: string
    value = instance.get_Id();
    
    
    function get_Id() : string;
    

    Return Value

    The identifier of PDF file source.
    Browser Compatibility
    56+
    45+
    11
    See Also