예제 #1
0
 private bool isCrossReferenceStream(out PDFDictionaryStream xref)
 {
     xref = _lexer.ParseCrossRefObject();
     return(xref != null);
 }