Click or drag to resize

PdfGoToAction Class

Represents a go-to action. A go-to action changes the view to a specified destination (page, location, and magnification factor).
Inheritance Hierarchy
SystemObject
  Patagames.Pdf.NetPdfAction
    Patagames.Pdf.Net.ActionsPdfGoToAction

Namespace: Patagames.Pdf.Net.Actions
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public class PdfGoToAction : PdfAction

The PdfGoToAction type exposes the following members.

Constructors
 NameDescription
Public methodPdfGoToAction(PdfDocument, PdfDestination) Initializes a new instance of the PdfGoToAction class with the document and the destination.
Public methodPdfGoToAction(PdfDocument, IntPtr) Initializes a new instance of the PdfAction class.
Top
Properties
 NameDescription
Public propertyDestination Gets or sets the PdfDestination object associated with this action
Top
See Also