Click or drag to resize
Pdftools logo

AppearanceCreateFromXml Method

Create an appearance with the content loaded from an XML file

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

Namespace: PdfTools.Sign
Assembly: PdfTools (in PdfTools.dll) Version: 1.10.0+8a8a96de3867b60fd3fc0089ea1028db6add63f1
Syntax
C#
public static Appearance CreateFromXml(
	Stream stream
)

Parameters

stream  Stream
The XML file defining the content

Return Value

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