VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfTreeNodeBaseJS type / get_ObjectNumber Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_ObjectNumber Method
    In This Topic
    Gets the unique object number in PDF document.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.WebPdfTreeNodeBaseJS(document);
    
    var value; // Type: number
    value = instance.get_ObjectNumber();
    
    
    function get_ObjectNumber() : number;
    

    Return Value

    The unique object number in PDF document.
    Browser Compatibility
    56+
    45+
    11
    See Also