Extract Format Information
You can extract format information from a document by using the fpGetStreamInfo()
function. If required, this format information can then be reported to the developer's application. The fpGetStreamInfo()
function extracts format information, such as file class, format, and version, and populates the ADDOCINFO
structure. This structure is defined in the adinfo.h
header file.
For information on how to translate the extracted format information, see Translate Format Information.