←Select platform

Target Property

Summary

Target for this bookmark.

Syntax
C#
VB
C++
Java
public DocumentLinkTarget Target { get; set; } 
Public Property Target() As DocumentLinkTarget 
   Get 
   Set 
public:  
   property DocumentLinkTarget^ Target 
   { 
      DocumentLinkTarget^ get() 
      void set(DocumentLinkTarget^ value) 
   } 
public DocumentLinkTarget getTarget() 
public void setTarget(DocumentLinkTarget value) 

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).

Example

For an example, refer to DocumentStructure.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.