Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.10.28
|
Leadtools.Forms.Processing Namespace : DropoutFlag Enumeration |
[FlagsAttribute()] [SerializableAttribute()] public enum DropoutFlag : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <FlagsAttribute()> <SerializableAttribute()> Public Enum DropoutFlag Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As DropoutFlag
[FlagsAttribute()] [SerializableAttribute()] public enum class DropoutFlag : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | None | Do not use the dropout feature. |
0x00000001 | CellsDropout | Drop out the cell borders containing the data, so cell lines will not be detected. |
0x00000002 | WordsDropout | Drop out the words appearing on the master forms in the same field area. |
System.Object
System.ValueType
System.Enum
Leadtools.Forms.Processing.DropoutFlag