useAllDigits Property

Summary

Gets or sets all the number of digits specified on NumberOfDigits property used to view AnnBatesNumber.

Syntax
TypeScript
JavaScript
Object.defineProperty(AnnBatesNumber.prototype, 'useAllDigits', 
	get: function(), 
	set: function(value) 
) 
useAllDigits: boolean; 

Property Value

A 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.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.BatesStamp Assembly