Click or drag to resize
FileCabinetFieldPrecision Property
The number of decimal places that can be entered after the decimal point of a numeric field.

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

Property Value

Type: Int32
See Also