Click or drag to resize

PdfImageObject Class

Represents a image object.
Inheritance Hierarchy

Namespace:  Patagames.Pdf.Net
Assemblies:   Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.81.2704
  Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.81.2704
Syntax
public class PdfImageObject : PdfPageObject, 
	IDisposable

The PdfImageObject type exposes the following members.

Properties
  NameDescription
Public propertyBitmap
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.
Public propertyIsDisposed
Gets a value indicating whether the object has been disposed of.

Field Value

Type: 
true if the control has been disposed of; otherwise, false.
Public propertyStream
Get the stream contains image data.
Top
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.
Public methodDispose
Releases all resources used by the PdfImageObject.
Protected methodDispose(Boolean)
Releases all resources used by the PdfImageObject.
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 methodSetMatrix Obsolete.
This property is obsolete. Please use Matrix property instead.
Top
See Also