XfdfReader.GetElements

XfdfReader.GetElements method

Parses XFDF file and returns information as hashtable.

public static Dictionary<string, string> GetElements(XmlReader reader)
ParameterTypeDescription
readerXmlReaderXmlReader for the source file.

Return Value

Hashtable with information parsed from XFDF file.

See Also