set_ChildBookmarks Method
In This Topic
Sets an array that contains the first-level child bookmarks of this bookmark.
Syntax
var instance = new Vintasoft.Imaging.Pdf.WebPdfBookmarkJS(document);
var returnValue; // Type: any
// Parameters
var value; // Type: WebPdfBookmarkJS[]
returnValue = instance.set_ChildBookmarks(value);
function set_ChildBookmarks(
: WebPdfBookmarkJS[]
) : any;
Parameters
- value
- An array of WebPdfBookmarkJS objects.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also