Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
FPDF_IMAGEOBJ_METADATA Struct Reference

#include <fpdf_edit.h>

Collaboration diagram for FPDF_IMAGEOBJ_METADATA:

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

Detailed Description

Definition at line 77 of file fpdf_edit.h.

Member Data Documentation

◆ bits_per_pixel

unsigned int FPDF_IMAGEOBJ_METADATA::bits_per_pixel

Definition at line 87 of file fpdf_edit.h.

Referenced by FPDFImageObj_GetImageMetadata().

◆ colorspace

int FPDF_IMAGEOBJ_METADATA::colorspace

Definition at line 89 of file fpdf_edit.h.

Referenced by FPDFImageObj_GetImageMetadata().

◆ height

unsigned int FPDF_IMAGEOBJ_METADATA::height

Definition at line 81 of file fpdf_edit.h.

Referenced by FPDFImageObj_GetImageMetadata().

◆ horizontal_dpi

float FPDF_IMAGEOBJ_METADATA::horizontal_dpi

Definition at line 83 of file fpdf_edit.h.

Referenced by FPDFImageObj_GetImageMetadata().

◆ marked_content_id

int FPDF_IMAGEOBJ_METADATA::marked_content_id

Definition at line 92 of file fpdf_edit.h.

Referenced by FPDFImageObj_GetImageMetadata().

◆ vertical_dpi

float FPDF_IMAGEOBJ_METADATA::vertical_dpi

Definition at line 85 of file fpdf_edit.h.

Referenced by FPDFImageObj_GetImageMetadata().

◆ width

unsigned int FPDF_IMAGEOBJ_METADATA::width

Definition at line 79 of file fpdf_edit.h.

Referenced by FPDFImageObj_GetImageMetadata().


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