PDFParser constructor

PDFParser(
  1. 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);