Click or drag to resize

DwgDecoderIsValidFormat Method

Checks to see if a stream contains a DWG image.

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 bool IsValidFormat(
	Stream stream
)

Parameters

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

Return Value

Type: Boolean
Returns true if the image contains a DWG, false otherwise.
See Also