ConvertConfig.Deserialize Method

Definition

Namespace: P1.ImageSdk

Creates a ConvertConfig object from a well-formed JSON string

public static ConvertConfig Deserialize(string json);

The underlying function throws

Parameters:

json

The well-formed JSON input representing the ConvertConfig object

Returns:

A new ConvertConfig object