Click or drag to resize

DxfDocumentCheckDxfFileVersion Method (Stream, Boolean)

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Checks the AutoCAD DXF file database version.

Namespace:  netDxf
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public static DxfVersion CheckDxfFileVersion(
	Stream stream,
	out bool isBinary
)
Request Example View Source

Parameters

stream
Type: System.IOStream
Stream
isBinary
Type: SystemBoolean
Returns true if the dxf is a binary file.

Return Value

Type: DxfVersion
String that represents the dxf file version.
Remarks
The caller will be responsible of closing the stream.
See Also