[]
Represents and manages a Image used in a PdfDocument.
get format(): PdfImageFormat;
Gets or sets the format used to encode the image associated with this PdfImageHandler.
By default this property is unspecified (null), and the actual embedding mode is determined by PdfDocument#imageOptions.
set format(value): void;
Gets or sets the format used to encode the image associated with this PdfImageHandler.
By default this property is unspecified (null), and the actual embedding mode is determined by PdfDocument#imageOptions.
void
get id(): number;
Gets the reference to the object.
number
get image(): Image;
Gets the Image object managed by this PdfImageHandler object.
get om(): ObjectManager;
Gets the owner ObjectManager instance.
free(): void;
Detaches the object from the ObjectManager and deallocates its memory, if possible.
void
rebind(omTo): void;
Rebinds the object from the current ObjectManager to the specified one.
The new ObjectManager for the object.
void