[]
DsPdfJS API / PdfImageHandler
Represents and manages a Image used in a PdfDocument.
get format():
PdfImageFormat|null
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.
PdfImageFormat | null
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.
PdfImageFormat | null
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