This function extracts file format and character set information from the source document.
BOOL pascal _export fpGetStreamInfo ( void *pContext, KVInputStream *pInput, KVStreamInfo *pStreamInfo );
|
A pointer returned from fpInit() or fpInitWithLicenseData(). |
|
A pointer to the developer-assigned instance of |
|
A pointer to the developer-assigned instance of You can examine the fields in the structure to determine the appropriate template to use based on the document type. |
If the call is successful, the return value is TRUE
.
If this call is unsuccessful, the return value is FALSE
.