Click or drag to resize

DwgDecoderGetImageInfo Method (Stream)

Returns information about an image in the file.

Namespace:  Atalasoft.Imaging.Codec.CadCam
Assembly:  Atalasoft.dotImage.Dwg (in Atalasoft.dotImage.Dwg.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntax
public override ImageInfo GetImageInfo(
	Stream stream
)

Parameters

stream
Type: System.IOStream
A non-null stream containing a DWG file

Return Value

Type: ImageInfo
GetImageInfo returns a DwgImageInfo object which contains extended information the frames in the file.
Remarks
GetImageInfo returns a DwgImageInfo object which contains extended information the frames in the file.
See Also