PDFParser constructor
PDFParser(
- RandomAccessStream _buffer
Creates a new PDF parser which uses the given _buffer
Closing the buffer will cause the returned PDFDocument to be in an
indeterminate state.
Implementation
PDFParser(this._buffer);