←Select platform

DropoutFlag Enumeration

Summary

Values that represent the Dropout options for a form field.

Syntax

C#
VB
C++
[SerializableAttribute()] 
[FlagsAttribute()] 
public enum DropoutFlag 
  
<FlagsAttribute()> 
<SerializableAttribute()> 
Public Enum DropoutFlag  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
[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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing Assembly