←Select platform

Target Property

Summary

Target for this bookmark.

Syntax

C#
VB
Java
C++
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents Assembly