Exemplo n.º 1
0
 internal static bool IsCompoundDocument(MemoryStream ms)
 {
     return(CompoundDocumentFile.IsCompoundDocument(ms));
 }
Exemplo n.º 2
0
 internal static bool IsCompoundDocument(FileInfo fi)
 {
     return(CompoundDocumentFile.IsCompoundDocument(fi));
 }