ImageInfo(Stream, NullableImageFormat) Constructor

Initializes a new instance of the ImageInfo class from the specified image stream.

Definition

Namespace: GleamTech.ImageUltimate
Assembly: GleamTech.ImageUltimate (in GleamTech.ImageUltimate.dll) Version: 5.8.8
C#
public ImageInfo(
	Stream imageStream,
	ImageFormat? imageLoadFormat = null
)

Parameters

imageStream  Stream
The stream 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.

See Also