Click or drag to resize

DXFReaderNETControlVersion Property

Returns the current version of the control.

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

Property Value

Type: String
Remarks
The version string is in the form: 'Mayor.Minor.Build'. Check DXFReader.NET Web Site for control upgrades. If the 'Minor' code of your control is less then the current version available in our web site please upgrade your control. Differences between the 'Build' codes have no matter.
See Also