Free Trial
Web API version
Licensing
Request A Quote
HAVE QUESTIONS OR NEED HELP? SUBMIT THE SUPPORT REQUEST FORM or write email to SUPPORT@BYTESCOUT.COM
Represents the table column.
Inheritance Hierarchy
Bytescout.PDFTableColumn
Namespace: Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
The TableColumn type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| TableColumn |
Initializes a new instance of the Bytescout.PDF.TableColumn class.
| |
| TableColumn(String) |
Initializes a new instance of the Bytescout.PDF.TableColumn class.
| |
| TableColumn(String, String) |
Initializes a new instance of the Bytescout.PDF.TableColumn class.
|
Properties
| Name | Description | |
|---|---|---|
| BackgroundColor |
Gets or sets the color of the background.
| |
| ColumnName |
Gets the name of the column.
| |
| Font |
Gets or sets the font of the column.
| |
| Text |
Gets or sets the column caption.
| |
| TextColor |
Gets or sets the color of the text.
| |
| TextFormat |
Gets or sets the text string format.
| |
| Width |
Gets or sets the width of the column.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
See Also