Error processing SSI file
(Leadtools.Annotations.Documents)

UseAllDigits Property

Show in webframe
Gets or sets all the number of digits specified on NumberOfDigits property used to view AnnBatesNumber.
Syntax
get_useAllDigits();
set_useAllDigits(value);
Object.defineProperty('useAllDigits');

Property Value

TypeDescription
booleanA value indicating whether or not to use all the number of digits specified on the NumberOfDigits property to view the AnnBatesNumber digits.
Remarks

Suppose that the set the number of digits is 5 and the method AsString returns 1.

Setting this property to true represents it as 00001. Whereas setting it to false represents the numerical value as 1.

Note: Empty digits are filled with 0 when this property is true.

Example

For an example, refer to IAnnBatesElement.

See Also

Reference

AnnBatesNumber Object
AnnBatesNumber Members

Error processing SSI file