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: ephtmltopdf (in ephtmltopdf.dll) Version: 21.1.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