Image

Image class

Constructors

this
this(HPDF_Image image)
Undocumented in source.

Members

Functions

getBitsPerComponent
uint getBitsPerComponent()

Gets the number of bits used to describe each color component.

getColorSpace
string getColorSpace()

Gets the name of the image's color space.

getHandle
HPDF_HANDLE getHandle()
Undocumented in source. Be warned that the author may not have intended to support it.
getHeight
uint getHeight()

Gets the height of the image of an image object.

getSize
Point getSize()

Gets the size of the image of an image object.

getWidth
uint getWidth()

Gets the width of the image of an image object.

setColorMask
HPDF_STATUS setColorMask(uint rmin, uint rmax, uint gmin, uint gmax, uint bmin, uint bmax)

Sets the transparent color of the image by the RGB range values.

setMaskImage
void setMaskImage(Image maskImage)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_image
HPDF_Image _image;
Undocumented in source.

Inherited Members

From IHaruObject

getHandle
HPDF_HANDLE getHandle()
Undocumented in source.

Meta