PDF .NET Library Documentation - PDF Technologies, Inc.
The Table type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Table | Overloaded. |
Methods
Name | Description | |
---|---|---|
![]() | addRow | Overloaded. |
![]() | cell |
Gets the cell
|
![]() | column |
Get the column
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | |
![]() | GetHashCode | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | row |
Get the row
|
![]() | ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | columnCount |
Returns the number of column count.
|
![]() | DisplayHeader |
Gets or sets Header is on or off.
|
![]() | headerHeight |
Gets or sets header height.
|
![]() | headerStyle |
Gets general header style of the table.
|
![]() | rowCount |
Returns the number of row count;
|
![]() | rowHeight |
double value uses unit of measure
|
![]() | style |
Gets style of the table
|
![]() | width |
double value uses unit of measure.
|