A bitmap embedded as a PDF image XObject.
Buffered until Close() because a PDF object cannot be opened while a page content stream is still being written; the page stream only carries a placement matrix and a "/ImN Do".
Public Attributes | |
| std::vector< unsigned char > | fData |
| 8-bit DeviceRGB samples (raw or Flate) | |
| Bool_t | fFlate = kTRUE |
| True if fData is Flate-compressed. | |
| Int_t | fH = 0 |
| Height in pixels. | |
| Int_t | fW = 0 |
| Width in pixels. | |
#include <TPDF.h>
| std::vector<unsigned char> TPDF::PDFImage::fData |