![]() | Pdf |
The PdfImageObject type exposes the following members.
Name | Description | |
---|---|---|
![]() | CalcBoundingBox | Calculate bounding box |
![]() ![]() | Create(PdfDocument) | Create a new instance of PdfImageObject class. |
![]() ![]() | Create(PdfDocument, PdfBitmap, Single, Single) | Create a new instance of PdfImageObject class and initialize it with the specified bitmap and position. |
![]() | Dispose |
Releases all resources used by the PdfImageObject.
(Overrides PdfPageObjectDispose(Boolean)) |
![]() | Finalize |
Finalize object
(Overrides ObjectFinalize) |
![]() | GetBitmap | Get the copy of bitmap from an image object. |
![]() | LoadJpegFile(Byte) | Load Image from a byte array containing a JPEG image and then set it to an image object. |
![]() | LoadJpegFile(String) | Load Image from a JPEG image file and then set it to an image object. |
![]() | LoadSoftMask | Get the copy of mask from an image object. You must call the Dispose method on the resulting mask. |
![]() | SetBitmap | Set the bitmap to an image object. |
![]() | SetMatrix | Obsolete. This property is obsolete. Please use Matrix property instead. |