Class Factory

Factory for creating IAction classes from JSON.

Inheritance
System.Object
Factory
Namespace: PSPDFKit.Pdf.Actions
Assembly: PSPDFKit.dll
Syntax
public sealed class Factory

Methods

FromJson(JsonObject)

Declaration
public static IAction FromJson(JsonObject action)
Parameters
Type Name Description
Windows.Data.Json.JsonObject action

The Instant Json representing the action

Returns
Type Description
IAction

The IAction object.