C#
VB
C++
Values that represent the rules that will be used to help recognizing Table fields.
[SerializableAttribute()]
[FlagsAttribute()]
public enum TableRules
<FlagsAttribute()>
<SerializableAttribute()>
Public Enum TableRules
Inherits System.Enum
Implements System.IComparable, System.IConvertible, System.IFormattable
[FlagsAttribute()]
[SerializableAttribute()]
public enum class TableRules : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Members
Value | Member | Description |
---|---|---|
0x00000000 | NoRules | Do not use any rules when recognizing Table fields. |
0x00000001 | RowsLineSeparator | Use horizontal lines to separate each table row from the other rows. |
0x00000002 | EqualFixedRowHeight | Use a fixed row height so that the distance between each row in the table is equal. |
0x00000004 | EqualFixedLineHeight | Use a fixed line height so that the distance between each line in the table is equal. |
0x00000100 | MultiPageTableHeaderRepeted | If a table extends over multiple pages, add a table header containing the column names to each page. |
For an example, refer to TableFormField.
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