C#
VB
C++
Values that represent the Dropout options for a form field.
[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
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. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET