Searched defs:PDFStream (Results 1 – 1 of 1) sorted by relevance
205 struct PDFStream : public PDFEntry struct207 unsigned int m_nBeginOffset;208 unsigned int m_nEndOffset; // offset of the byte after the stream209 PDFDict* m_pDict;211 PDFStream( unsigned int nBegin, unsigned int nEnd, PDFDict* pStreamDict ) in PDFStream() argument
Completed in 15 milliseconds