Click or drag to resize

DxfDocumentFromString Method

Returns a DxfDocument from a string containing a DXF file.

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public DxfDocument FromString(
	string DXF
)

Parameters

DXF
Type: SystemString
A string containing the DXF file.

Return Value

Type: DxfDocument
A DxfDocument object.
See Also