Table of Contents

Struct PdfImageObjMetadata

Namespace
nebulae.dotPDFium.Native
Assembly
dotPDFium.dll
public struct PdfImageObjMetadata
Inherited Members

Fields

bits_per_pixel

Bits per pixel.

public uint bits_per_pixel

Field Value

uint

colorspace

The image's color space. Use FPDF_COLORSPACE_* constants.

public int colorspace

Field Value

int

height

The image height in pixels.

public uint height

Field Value

uint

horizontal_dpi

The image's horizontal DPI (dots per inch).

public float horizontal_dpi

Field Value

float

marked_content_id

The image's marked content ID, or -1 if none.

public int marked_content_id

Field Value

int

vertical_dpi

The image's vertical DPI (dots per inch).

public float vertical_dpi

Field Value

float

width

The image width in pixels.

public uint width

Field Value

uint