Skip to main content

PdfLinkAnnotation.Action Property

Provides access to the link annotation action being executed.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v24.1.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfAction Action { get; }

Property Value

Type Description
PdfAction

A PdfAction object that is an action that is performed with the link annotation.

See Also