Click or drag to resize

PdfActionGoTo Class

Represents a Go To action in the PDF document.
Inheritance Hierarchy
SystemObject
  ExpertPdf.PdfCreatorPdfAction
    ExpertPdf.PdfCreatorPdfActionGoTo

Namespace:  ExpertPdf.PdfCreator
Assembly:  epdfcreator (in epdfcreator.dll) Version: 17.0.0
Syntax
public class PdfActionGoTo : PdfAction

The PdfActionGoTo type exposes the following members.

Constructors
  NameDescription
Public methodPdfActionGoTo
Creates a Go To action based on the sepecified explicit destination.
Top
Properties
  NameDescription
Public propertyDestination
Gets or sets the explicit destination of the Go To action.
Top
See Also