←Select platform

DropoutFlag Enumeration

Summary
Values that represent the Dropout options for a form field.
Syntax
C#
VB
C++
Java
[SerializableAttribute()] 
[FlagsAttribute()] 
public enum DropoutFlag 
  
<FlagsAttribute()> 
<SerializableAttribute()> 
Public Enum DropoutFlag  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
public final class DropoutFlag 
    extends java.lang.Enum<DropoutFlag> 
[FlagsAttribute()] 
[SerializableAttribute()] 
public enum class DropoutFlag : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
Members
ValueMemberDescription
0x00000000NoneDo not use the dropout feature.
0x00000001CellsDropoutDrop out the cell borders containing the data, so cell lines will not be detected.
0x00000002WordsDropoutDrop out the words appearing on the master forms in the same field area.
Requirements

Target Platforms

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

Leadtools.Forms.Processing Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.