←Select platform

UseAllDigits Property

Summary

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

Syntax

C#
VB
Java
WinRT C#
C++
public bool UseAllDigits { get; set; } 
Public Property UseAllDigits As Boolean 
public bool UseAllDigits {get; set;} 
public boolean getUseAllDigits() 
public void setUseAllDigits(boolean useAllDigits) 
             
 <br/>get_UseAllDigits();<br/>set_UseAllDigits(value);<br/>Object.defineProperty('UseAllDigits');  
public:  
   property bool UseAllDigits 
   { 
      bool get() 
      void set(bool value) 
   } 

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Documents Assembly