Interface IAction

This Interface represents an Action ActionType

Namespace: PSPDFKit.Pdf.Actions
Assembly: PSPDFKit.dll
Syntax
public interface IAction

Properties

ActionType

The type of the action. ActionType

Declaration
ActionType ActionType { get; }
Property Value
Type Description
ActionType

Methods

ToJson()

Declaration
JsonObject ToJson()
Returns
Type Description
Windows.Data.Json.JsonObject

A JsonObject containing the action.