Pdf |
The PdfImageObject type exposes the following members.
| Name | Description | |
|---|---|---|
| Bitmap | Get the copy of bitmap from an image object / Set the bitmap to an image object. You do not need to call Dispose methof for getted PdfBitmap. | |
| Stream | Get the stream contains image data. |
| 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)) | |
| EncodeAsJpeg | Encode this image object using a DCT (discrete cosine transform) technique based on the JPEG standard with the specified quality and an optional ICC profile. | |
| EncodeAsPng | Encode this image object using the zlib/deflate compression method based on the specified predicator. | |
| 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. | |
| LoadJpxFile(Byte) | Load Image from a byte array containing a JPEG2000 image and then set it to an image object. | |
| LoadJpxFile(String) | Load Image from a JPEG2000 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. |