Aspose::Pdf::Annotations::XfdfReader class

XfdfReader class

Class which peroformes reading of XFDF format.

class XfdfReader : public System::Object

Methods

MethodDescription
static GetElements(System::SharedPtr<System::Xml::XmlReader>)Parses XFDF file and returns information as hashtable.
static ReadAnnotations(System::SharedPtr<System::IO::Stream>, System::SharedPtr<Document>)Import annotations from XFDF file and put them into document.
static ReadFields(System::SharedPtr<System::IO::Stream>, System::SharedPtr<Document>)Import field values from XFDF file.

See Also