VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfDestinationXYZJS type / set_Left Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_Left Method
    In This Topic
    Sets the x-coordinate of the left edge of this destination.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.WebPdfDestinationXYZJS(page);
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: number
    
    returnValue = instance.set_Left(value);
    
    
    function set_Left(
    value
    The x-coordinate of the left edge of this destination OR null. A null value specifies that the proeprty value is to be retained unchanged.
    : number
    ) : any;

    Parameters

    value
    The x-coordinate of the left edge of this destination OR null. A null value specifies that the proeprty value is to be retained unchanged.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also