Click or drag to resize
Pdf Library for .NET

PdfActionGoTo Class

Represents a Go To action in a pdf document.
Inheritance Hierarchy
SystemObject
  SelectPdfPdfAction
    SelectPdfPdfActionGoTo

Namespace: SelectPdf
Assembly: Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.2
Syntax
public class PdfActionGoTo : PdfAction

The PdfActionGoTo type exposes the following members.

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