Struct PdfImageObjMetadata
public struct PdfImageObjMetadata
- Inherited Members
Fields
bits_per_pixel
Bits per pixel.
public uint bits_per_pixel
Field Value
colorspace
The image's color space. Use FPDF_COLORSPACE_* constants.
public int colorspace
Field Value
height
The image height in pixels.
public uint height
Field Value
horizontal_dpi
The image's horizontal DPI (dots per inch).
public float horizontal_dpi
Field Value
marked_content_id
The image's marked content ID, or -1 if none.
public int marked_content_id
Field Value
vertical_dpi
The image's vertical DPI (dots per inch).
public float vertical_dpi
Field Value
width
The image width in pixels.
public uint width