ImageInfo(Byte, NullableImageFormat) Constructor
Initializes a new instance of the 
ImageInfo class from the specified image byte array.
Namespace: GleamTech.ImageUltimateAssembly: GleamTech.ImageUltimate (in GleamTech.ImageUltimate.dll) Version: 6.6.7
public ImageInfo(
	byte[] imageBytes,
	ImageFormat? imageLoadFormat = null
)
Public Sub New ( 
	imageBytes As Byte(),
	Optional imageLoadFormat As ImageFormat? = Nothing
)
Parameters
- imageBytes  Byte
- The byte array containing the image to load.
- imageLoadFormat  NullableImageFormat  (Optional)
- 
            The image format if known. When not specified, the format will be detected automatically
            via file header.