Click or drag to resize
FileCabinetFieldDropLeadingZero Property
Determines whether the system will automatically remove any leading zeros. If both the Remove leading spaces and Remove leading zeros options are enabled, both leading spaces and zeros are removed: _07896 becomes 7896.

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.7 [UNOFFICIAL BUILD]
Syntax
C#
[DefaultValueAttribute(false)]
[XmlAttributeAttribute]
public bool DropLeadingZero { get; set; }

Property Value

Type: Boolean
See Also