Click or drag to resize

PdfImageObject Class

Represents a image object.
Inheritance Hierarchy
System.Object
  Patagames.Pdf.Net.PdfPageObject
    Patagames.Pdf.Net.PdfImageObject

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public class PdfImageObject : PdfPageObject

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 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.
Protected methodDispose Releases all resources used by the PdfImageObject.
(Overrides PdfPageObject.Dispose(Boolean))
Protected methodFinalize Finalize object
(Overrides Object.Finalize())
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