Method | Description | |
---|---|---|
FonetImage ( string href, byte imageData ) : System |
Constructs a new FonetImage using the supplied bitmap. Does not hold a reference to the passed bitmap. Instead the image data is extracted from bitmap on construction. |
Method | Description | |
---|---|---|
ExtractImage ( |
Extracts the raw data from the image into a byte array suitable for including in the PDF document. The image is always extracted as a 24-bit RGB image, regardless of it's original colour space and colour depth.
|
|
ExtractOtherImageBits ( |
||
GetPixelSize ( |
||
LockBitmap ( |
||
PixelAt ( int x, int y ) : PixelData* | ||
UnlockBitmap ( |
public FonetImage ( string href, byte imageData ) : System | ||
href | string | The location of bitmap |
imageData | byte | The image data |
return | System |