Click or drag to resize

DimensionStyleSuppressLinearLeadingZeros Property

Suppresses leading zeros in linear decimal dimensions (for example, 0.5000 becomes .5000).

Namespace:  DXFReaderNET.Tables
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public bool SuppressLinearLeadingZeros { get; set; }

Property Value

Type: Boolean
Remarks
This value is part of the DIMDEC variable.
See Also