Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TPDF::PDFImage Struct Reference

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".

Definition at line 82 of file TPDF.h.

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>

Member Data Documentation

◆ fData

std::vector<unsigned char> TPDF::PDFImage::fData

8-bit DeviceRGB samples (raw or Flate)

Definition at line 86 of file TPDF.h.

◆ fFlate

Bool_t TPDF::PDFImage::fFlate = kTRUE

True if fData is Flate-compressed.

Definition at line 85 of file TPDF.h.

◆ fH

Int_t TPDF::PDFImage::fH = 0

Height in pixels.

Definition at line 84 of file TPDF.h.

◆ fW

Int_t TPDF::PDFImage::fW = 0

Width in pixels.

Definition at line 83 of file TPDF.h.


The documentation for this struct was generated from the following file: