Click or drag to resize

PdfImageObject Methods

The PdfImageObject type exposes the following members.

Methods
 NameDescription
Public methodCalcBoundingBox Calculate bounding box
Public methodStatic memberCreate(PdfDocument) Create a new instance of PdfImageObject class.
Public methodStatic memberCreate(PdfDocument, PdfBitmap, Single, Single) Create a new instance of PdfImageObject class and initialize it with the specified bitmap and position.
Protected methodDispose Releases all resources used by the PdfImageObject.
(Overrides PdfPageObjectDispose(Boolean))
Protected methodFinalize Finalize object
(Overrides ObjectFinalize)
Public methodGetBitmap Get the copy of bitmap from an image object.
Public methodLoadJpegFile(Byte) Load Image from a byte array containing a JPEG image and then set it to an image object.
Public methodLoadJpegFile(String) Load Image from a JPEG image file and then set it to an image object.
Public methodLoadSoftMask Get the copy of mask from an image object. You must call the Dispose method on the resulting mask.
Public methodSetBitmap Set the bitmap to an image object.
Public methodSetMatrixObsolete.
This property is obsolete. Please use Matrix property instead.
Top
See Also