![]() | PdfImageObject Class |
Namespace: Patagames.Pdf.Net
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.
|
![]() | IsDisposed |
Gets a value indicating whether the object has been disposed of.
Field ValueType:true if the control has been disposed of; otherwise, false. |
![]() | 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.
|
![]() | Dispose(Boolean) |
Releases all resources used by the PdfImageObject.
|
![]() | 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.
|