In This Topic
Sets the destination to be displayed when this bookmark is activated.
Syntax
var instance = new Vintasoft.Imaging.Pdf.WebPdfBookmarkJS(document);
var returnValue; // Type: any
// Parameters
var value; // Type: WebPdfDestinationBaseJS
returnValue = instance.set_Destination(value);
function set_Destination(
: WebPdfDestinationBaseJS
) : any;
Parameters
- value
- WebPdfDestinationBaseJS object OR null.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also