Click or drag to resize
Pdftools logo

AppearanceCreateFromJson Method

Create an appearance with the content loaded from a JSON file

The format of the JSON file is described in the user manual.

Namespace: PdfTools.Sign
Assembly: PdfTools (in PdfTools.dll) Version: 1.7.0+cfcc11b476b3e1eb4320f0f37269191f64e36bd8
Syntax
C#
public static Appearance CreateFromJson(
	Stream stream
)

Parameters

stream  Stream
The JSON file defining the content

Return Value

Appearance
Exceptions
ExceptionCondition
CorruptExceptionThe file is not a valid JSON file.
NotFoundExceptionAn image or font referenced in the JSON was not found.
GenericExceptionThe JSON file is not a valid appearance content specification.
ProcessingExceptionCould not process content of the JSON.
ArgumentNullExceptionif stream is .
See Also