In This Topic
Sets the y-coordinate of the top 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_Top(value);
function set_Top(
: number
) : any;
Parameters
- value
- The y-coordinate of the top 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