target Property

Summary

Target for this bookmark.

Syntax

JavaScript Syntax
Object.defineProperty(DocumentBookmark.prototype, 'target', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
target: DocumentLinkTarget; 

Property Value

The target for this bookmark. Default value is a default DocumentLinkTarget object.

Remarks

Target is used to determine what happens when the user clicks on a bookmark in a viewer application. DocumentLinkTarget contains all the properties needed (target page, position, zoom, optional page fit styles).

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents Assembly