AppearanceCreate |
Create an appearance with the content loaded from a JSON file
The format of the JSON file is described in the user manual.public static Appearance CreateFromJson( Stream stream )
| Exception | Condition |
|---|---|
| CorruptException | The file is not a valid JSON file. |
| NotFoundException | An image or font referenced in the JSON was not found. |
| GenericException | The JSON file is not a valid appearance content specification. |
| ProcessingException | Could not process content of the JSON. |
| ArgumentNullException | if stream is . |