FPDF_IMAGEOBJ_METADATA class final

Inheritance
Implemented types
Available extensions

Constructors

FPDF_IMAGEOBJ_METADATA()

Properties

address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
bits_per_pixel int
The number of bits used to represent each pixel.
getter/setter pair
colorspace int
The image's colorspace. See above for the list of FPDF_COLORSPACE_*.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
height int
The image height in pixels.
getter/setter pair
horizontal_dpi double
The image's horizontal pixel-per-inch.
getter/setter pair
marked_content_id int
The image's marked content ID. Useful for pairing with associated alt-text. A value of -1 indicates no ID.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
vertical_dpi double
The image's vertical pixel-per-inch.
getter/setter pair
width int
The image width in pixels.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited