VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfDestinationFitVerticalJS type / get_Left Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Left Method
    In This Topic
    Gets the x-coordinate of the left edge of this destination.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.WebPdfDestinationFitVerticalJS(page);
    
    var value; // Type: number
    value = instance.get_Left();
    
    
    function get_Left() : number;
    

    Return Value

    The x-coordinate of the left edge of this destination OR null.
    Browser Compatibility
    56+
    45+
    11
    See Also