private void parseTrailer() { PDFDictionary dict = _lexer.ReadObjectWithLastParsedByte() as PDFDictionary; extractTrailer(dict); }