This method retrieves information about the source file (as defined in the pszInputFile
property).
HTM
.GetFileInfo(lcharSet
,ldocClass
,ldocFmt
,ldocVersion
,ldocAttributes
)
where:
lcharSet
is the same as the InputCharSet
property
docClass
is the same as the adInfo_docClass
property
ldocFmt
is the same as the adInfo_docFmt
property
ldocVersion
is the same as the adInfo_docVersion
property
ldocAttributes
is the same as the bAllowHeadingsInTables
property
See COM Interface Properties for a description of these properties.
|