XfdfReader.ReadAnnotations

XfdfReader.ReadAnnotations method

Import annotations from XFDF file and put them into document.

public static void ReadAnnotations(Stream stream, Document document)
ParameterTypeDescription
streamStreamSource stream containing XFDF file.
documentDocumentDocument where annotations will be added.

See Also