Click or drag to resize

DwgDecoderGetImageInfo Method (Stream, Int32)

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,
	int frameIndex
)

Parameters

stream
Type: System.IOStream
A non-null stream containing a DWG file
frameIndex
Type: SystemInt32
A zero-based index to a frame in the file

Return Value

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