Exemplo n.º 1
0
 public Document(string fullName, Stream stream)
     : this(fullName)
 {
     Count = !ExtensionType.Equals(DocumentType.Unknow)
                         ? BuildDocument(stream).Count
                         : 0;
 }