Click or drag to resize

DxfDocumentName Property

Gets or sets the name of the document.

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public string Name { get; set; }

Property Value

Type: String
Remarks
When a file is loaded this field is equals the file name without extension.
See Also