Version

Image Class Members

The following tables list the members exposed by Image.

Public Constructors
 NameDescription
Public ConstructorImage ConstructorOverloaded.   
Protected Fields
 NameDescription
Protected Field_alphaChannelThe image's alpha Channel  
Protected Field_dataThe image data  
Protected Field_heightThe image height  
Protected Field_markerThe marker  
Protected Field_nativeImageThe native image  
Protected Field_originalThe image original data  
Protected Field_preferencesThe image preferences  
Protected Field_widthThe image width  
Public Properties
 NameDescription
Public PropertyDataGets a byte array representing the image.  
Public PropertyHeightGets the height of the image in pixels.  
Public PropertyIsSealedGets whether the instance has already been sealed through the Seal method. (Inherited from Infragistics.Documents.Reports.SealableBase)
Public PropertyPreferencesGets image preferences.  
Public PropertyWidthGets the width of the image in pixels.  
Public Methods
 NameDescription
Public MethodAttachAttaches the image to a temporary file storage.  
Public MethodDetachDetaches the image from the temporary file storage.  
Public Methodstatic (Shared in Visual Basic)GetEncoderInfoGets image codec info.  
Public MethodGetPhotoFactorGets a float value indicating the photo factor of this image.  
Public MethodGetPixelGets the color of the specified pixel.  
Public MethodSealOverridden. Makes the instance immutable. Any attempts to modify properties or members will result in an exception.  
Public MethodSetPixelSets the color of the specified pixel.  
Protected Methods
 NameDescription
Protected MethodGetDataGets the data.  
See Also

View on GitHub