eDocEngine VCL Professional Help » Symbol Reference » Namespaces of Helper Classes » gtExPDFEng Namespace » TgtAnnotGoToAction Class

Gnostice eDocEngine VCL Developer Guide
TgtAnnotGoToAction Class

This class represents a go-to action associated with a PDF annotation.

Pascal
public TgtAnnotGoToAction = class(TgtAnnotAction);
C++
public: class TgtAnnotGoToAction : public TgtAnnotAction;
Description

You can add this action to a PDF annotation. When the viewer application executes this action, it will navigate to a destination specified by a page number, rectangular area and/or page magnification.

gtExPDFEng

Methods
 
Name 
Description 
 
 
 
 
TgtAnnotGoToAction Class
 
Name 
Description 
 
 
 
 
Properties
TgtAnnotGoToAction Class
 
Name 
Description 
 
Specifies how the destination is displayed by the viewer application. 
 
Page 
Specifies number of the page which the viewer application should navigate to. 
 
Rect 
Specifies a rectangular area on the destination page to which the viewer application should navigate. 
 
Zoom 
Specifies page magnification with which the viewer application should display the destination.