←Select platform

AutoIncrement Property

Summary

Gets or sets whether AnnBatesNumber is to increment starting from StartNumber value or randomly.

Syntax

C#
VB
Java
WinRT C#
C++
public bool AutoIncrement { get; set; } 
Public Property AutoIncrement As Boolean 
public bool AutoIncrement {get; set;} 
public boolean getAutoIncrement() 
public void setAutoIncrement(boolean autoIncrement) 
             
 <br/>get_AutoIncrement();<br/>set_AutoIncrement(value);<br/>Object.defineProperty('AutoIncrement');  
public:  
   property bool AutoIncrement 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

A value indicating whether AnnBatesNumber is to be incremented starting from StartNumber value or randomly.

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