Click or drag to resize
StampFormFieldPrecision Property
Gets the number of digits after the decimal point in case 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#
[XmlAttributeAttribute]
[DefaultValueAttribute(0)]
public int Precision { get; set; }

Property Value

Type: Int32
See Also