PdfGoToAction Class

The Go To action class

Definition

Namespace: HiQPdf
Assembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
C#
public class PdfGoToAction : PdfActionBase
Inheritance
Object    PdfActionBase    PdfGoToAction

Constructors

PdfGoToAction Constructs an empty Go-To action. The Destination property must be set after object creation
PdfGoToAction(PdfDestination) Constructs a Go-To action with the given destination

Properties

Destination The Go To action destination

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also