Target for this bookmark.
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)
The target for this bookmark. Default value is a default DocumentLinkTarget object.
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).
For an example, refer to DocumentStructure.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET