FdfReader.ReadAnnotations

FdfReader.ReadAnnotations method

Import annotations from FDF file and put them into document.

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

See Also