![]() |
wxPdfDocument
1.4.0
Library for generating PDF documents from wxWidgets applications
|
Class representing an XRef entry (for internal use only). More...
#include <pdfparser.h>
Public Member Functions | |
| wxPdfXRefEntry () | |
| Constructor. | |
| virtual | ~wxPdfXRefEntry () |
| Destructor. | |
Public Attributes | |
| int | m_type |
| Type of XRef entry (0: free, 1: normal, 2: in stream). | |
| int | m_ofs_idx |
| Byte offset of object (type 1) or index in object stream (type 2). | |
| int | m_gen_ref |
| Generation number (type 1) or object number of the object stream (type 2). | |
Class representing an XRef entry (for internal use only).
This class stores information about an entry in the PDF cross-reference table, which is used to locate objects within the file or within object streams.
| wxPdfXRefEntry::wxPdfXRefEntry | ( | ) |
Constructor.
|
virtual |
Destructor.
| int wxPdfXRefEntry::m_gen_ref |
Generation number (type 1) or object number of the object stream (type 2).
| int wxPdfXRefEntry::m_ofs_idx |
Byte offset of object (type 1) or index in object stream (type 2).
| int wxPdfXRefEntry::m_type |
Type of XRef entry (0: free, 1: normal, 2: in stream).