In This Topic
Sets the flags specifying style characteristics for displaying the bookmark item's text.
Syntax
var instance = new Vintasoft.Imaging.Pdf.WebPdfBookmarkJS(document);
var returnValue; // Type: any
// Parameters
var value; // Type: WebPdfBookmarkFlagsEnumJS
returnValue = instance.set_Flags(value);
function set_Flags(
: WebPdfBookmarkFlagsEnumJS
) : any;
Parameters
- value
- A WebPdfBookmarkFlagsEnumJS object.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also