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(
: 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
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also