The following tables list the members exposed by Image.
Name | Description | |
---|---|---|
Image Constructor | Overloaded. |
Name | Description | |
---|---|---|
_alphaChannel | The image's alpha Channel | |
_data | The image data | |
_height | The image height | |
_marker | The marker | |
_nativeImage | The native image | |
_original | The image original data | |
_preferences | The image preferences | |
_width | The image width |
Name | Description | |
---|---|---|
Data | Gets a byte array representing the image. | |
Height | Gets the height of the image in pixels. | |
IsSealed | Gets whether the instance has already been sealed through the Seal method. (Inherited from Infragistics.Documents.Reports.SealableBase) | |
Preferences | Gets image preferences. | |
Width | Gets the width of the image in pixels. |
Name | Description | |
---|---|---|
Attach | Attaches the image to a temporary file storage. | |
Detach | Detaches the image from the temporary file storage. | |
GetEncoderInfo | Gets image codec info. | |
GetPhotoFactor | Gets a float value indicating the photo factor of this image. | |
GetPixel | Gets the color of the specified pixel. | |
Seal | Overridden. Makes the instance immutable. Any attempts to modify properties or members will result in an exception. | |
SetPixel | Sets the color of the specified pixel. |
Name | Description | |
---|---|---|
GetData | Gets the data. |