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: 11.4.0.9.0.377 (.NET 4.5.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