 |
AddImageFromBLOB |
This method adds an image from a BLOB (binary large object) into a PDF document's collection and returns the index of the added image. |
 |
AddImageFromBuffer |
This method adds an image from a buffer into a PDF document's images collection and returns the index of the added image. |
 |
AddImageFromFile |
This method adds an image from a file into a PDF document's images collection and returns the index of the added image. |
 |
AddImageFromHandle |
This method adds an image from a handle into a PDF document's images collection and returns the index of the added image. |
 |
AddImageFromHandleWithColorMask |
This method inserts a masked image from a handle into a PDF document's images collection and returns the index of the image. |
 |
AddImageWithColorMask |
This method inserts a masked image from a file into a PDF document's image collection and returns the index of the image. |
 |
AddImageWithMask |
This method inserts an image from a file using another monochrome image file as a mask for transparency. |
 |
GetImageCount |
This method retrieves the number of images in the current PDF document. |
 |
GetImageData |
Gets an array of bytes representing a specified image data. |
 |
GetImageDataSize |
Gets the size (in bytes) of a font data. |
 |
GetImageHeight |
This method retrieves the height of an image with the specified number. |
 |
GetImageResolution |
This method retrieves the resolution of an image with the specified number. |
 |
GetImageWidth |
This method retrieves the width of an image with the specified number. |
 |
TransformImage |
This method transforms a specified image. |