Click or drag to resize
PdfActionGoTo Class
Represents a Go To action in the PDF document.
Inheritance Hierarchy
SystemObject
  ExpertPdf.HtmlToPdf.PdfDocumentPdfAction
    ExpertPdf.HtmlToPdf.PdfDocumentPdfActionGoTo

Namespace: ExpertPdf.HtmlToPdf.PdfDocument
Assembly: ExpertPdf.HtmlToPdf (in ExpertPdf.HtmlToPdf.dll) Version: 11.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