←Select platform

DropoutFlag Enumeration

Summary
Values that represent the Dropout options for a form field.

Syntax
C#
C++/CLI
Java
Python
[SerializableAttribute()] 
[FlagsAttribute()] 
public enum DropoutFlag 
public final class DropoutFlag 
    extends java.lang.Enum<DropoutFlag> 
[FlagsAttribute()] 
[SerializableAttribute()] 
public enum class DropoutFlag : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
class DropoutFlag(Enum): 
   None = 0 
   CellsDropout = 1 
   WordsDropout = 2 
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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing Assembly

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