VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfDestinationXYZJS type / set_Top Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_Top Method
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);

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
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also