Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <fpdf_edit.h>
Public Attributes | |
unsigned int | width |
unsigned int | height |
float | horizontal_dpi |
float | vertical_dpi |
unsigned int | bits_per_pixel |
int | colorspace |
int | marked_content_id |
Definition at line 77 of file fpdf_edit.h.
unsigned int FPDF_IMAGEOBJ_METADATA::bits_per_pixel |
Definition at line 87 of file fpdf_edit.h.
Referenced by FPDFImageObj_GetImageMetadata(), TEST_F(), and TEST_F().
int FPDF_IMAGEOBJ_METADATA::colorspace |
Definition at line 89 of file fpdf_edit.h.
Referenced by FPDFImageObj_GetImageMetadata(), TEST_F(), and TEST_F().
unsigned int FPDF_IMAGEOBJ_METADATA::height |
Definition at line 81 of file fpdf_edit.h.
Referenced by FPDFImageObj_GetImageMetadata(), TEST_F(), and TEST_F().
float FPDF_IMAGEOBJ_METADATA::horizontal_dpi |
Definition at line 83 of file fpdf_edit.h.
Referenced by FPDFImageObj_GetImageMetadata(), TEST_F(), and TEST_F().
int FPDF_IMAGEOBJ_METADATA::marked_content_id |
Definition at line 92 of file fpdf_edit.h.
Referenced by FPDFImageObj_GetImageMetadata(), TEST_F(), and TEST_F().
float FPDF_IMAGEOBJ_METADATA::vertical_dpi |
Definition at line 85 of file fpdf_edit.h.
Referenced by FPDFImageObj_GetImageMetadata(), TEST_F(), and TEST_F().
unsigned int FPDF_IMAGEOBJ_METADATA::width |
Definition at line 79 of file fpdf_edit.h.
Referenced by FPDFImageObj_GetImageMetadata(), TEST_F(), and TEST_F().