ImageMetadata
Defined in: src/core/types.ts:1555
Metadata for an image object in a PDF.
Properties
Section titled “Properties”bitsPerPixel
Section titled “bitsPerPixel”bitsPerPixel:
number
Defined in: src/core/types.ts:1565
Bits per pixel.
colourSpace
Section titled “colourSpace”colourSpace:
ImageColourSpace
Defined in: src/core/types.ts:1567
Colour space.
height
Section titled “height”height:
number
Defined in: src/core/types.ts:1559
Image height in pixels.
horizontalDpi
Section titled “horizontalDpi”horizontalDpi:
number
Defined in: src/core/types.ts:1561
Horizontal DPI.
markedContent
Section titled “markedContent”markedContent:
ImageMarkedContentType
Defined in: src/core/types.ts:1569
Marked content type.
verticalDpi
Section titled “verticalDpi”verticalDpi:
number
Defined in: src/core/types.ts:1563
Vertical DPI.
width:
number
Defined in: src/core/types.ts:1557
Image width in pixels.