Represents a Go To action in the PDF document.

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public class PdfActionGoTo : PdfAction
Visual Basic
Public Class PdfActionGoTo
	Inherits PdfAction
Visual C++
public ref class PdfActionGoTo : public PdfAction

Inheritance Hierarchy

System..::..Object
  EvoPdf..::..PdfAction
    EvoPdf..::..PdfActionGoTo

See Also