Table Class
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Represents the table.
Inheritance Hierarchy
Bytescout.PDFTable
Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
The Table type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Table | Initializes a new instance of the Bytescout.PDF.Table class. | |
Table(String) | Initializes a new instance of the Bytescout.PDF.Table class. |
Properties
Name | Description | |
---|---|---|
BackgroundColor | Gets or sets the color of the background. | |
BorderColor | Gets or sets the color of the border. | |
BorderStyle | Gets or sets the border style. | |
BorderWidth | Gets or sets the border width. | |
Columns | Gets the table column collection. | |
Font | Gets or sets the font of the table. | |
HeaderHeight | Gets or sets the height of the table header. | |
Name | Gets or sets the name of the table. | |
Rows | Gets the table row collection. | |
TextColor | Gets or sets the color of the text. | |
TextFormat | Gets or sets the text string format. |
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
NewRow | Creates a new Bytescout.PDF.TableRow with the same schema as the table. | |
ToString | (Inherited from Object.) |
See Also