ImageMetadata
Defined in: src/core/types.ts:1528
Metadata for an image object in a PDF.
Properties
Section titled “Properties”bitsPerPixel
Section titled “bitsPerPixel”bitsPerPixel:
number
Defined in: src/core/types.ts:1538
Bits per pixel.
colourSpace
Section titled “colourSpace”colourSpace:
ImageColourSpace
Defined in: src/core/types.ts:1540
Colour space.
height
Section titled “height”height:
number
Defined in: src/core/types.ts:1532
Image height in pixels.
horizontalDpi
Section titled “horizontalDpi”horizontalDpi:
number
Defined in: src/core/types.ts:1534
Horizontal DPI.
markedContent
Section titled “markedContent”markedContent:
ImageMarkedContentType
Defined in: src/core/types.ts:1542
Marked content type.
verticalDpi
Section titled “verticalDpi”verticalDpi:
number
Defined in: src/core/types.ts:1536
Vertical DPI.
width:
number
Defined in: src/core/types.ts:1530
Image width in pixels.