ImageInfo(Stream, NullableImageFormat) Constructor
Initializes a new instance of the
ImageInfo class from the specified image stream.
Namespace: GleamTech.ImageUltimateAssembly: GleamTech.ImageUltimate (in GleamTech.ImageUltimate.dll) Version: 6.2.0
public ImageInfo(
Stream imageStream,
ImageFormat? imageLoadFormat = null
)
Public Sub New (
imageStream As Stream,
Optional imageLoadFormat As ImageFormat? = Nothing
)
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.