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()
Converts the action to its JSON representation. See https://pspdfkit.com/guides/server/current/document/json-format/#toc_action-types
Declaration
JsonObject ToJson()
Returns
Type | Description |
---|---|
Windows.Data.Json.JsonObject | A JsonObject containing the action. |