PdfActionGoTo Class

Represents a Go To action in the PDF document.

Definition

Namespace: EvoPdf
Assembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 11.0.0
C#
public class PdfActionGoTo : PdfAction
Inheritance
Object    PdfAction    PdfActionGoTo

Constructors

PdfActionGoTo Creates a Go To action based on the specified explicit destination.

Properties

Destination Gets or sets the explicit destination of the Go To action.

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also