Example #1
0
 internal static bool IsCompoundDocument(MemoryStream ms)
 {
     return(CompoundDocumentFile.IsCompoundDocument(ms));
 }
Example #2
0
 internal static bool IsCompoundDocument(FileInfo fi)
 {
     return(CompoundDocumentFile.IsCompoundDocument(fi));
 }