TableColumn ClassByteScout PDF SDK
Represents the table column.
Inheritance Hierarchy

SystemObject
  Bytescout.PDFTableColumn

Namespace:  Bytescout.PDF
Assembly:  Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax

public class TableColumn

The TableColumn type exposes the following members.

Constructors

  NameDescription
Public methodTableColumn
Initializes a new instance of the Bytescout.PDF.TableColumn class.
Public methodTableColumn(String)
Initializes a new instance of the Bytescout.PDF.TableColumn class.
Public methodTableColumn(String, String)
Initializes a new instance of the Bytescout.PDF.TableColumn class.
Top
Properties

  NameDescription
Public propertyBackgroundColor
Gets or sets the color of the background.
Public propertyColumnName
Gets the name of the column.
Public propertyFont
Gets or sets the font of the column.
Public propertyText
Gets or sets the column caption.
Public propertyTextColor
Gets or sets the color of the text.
Public propertyTextFormat
Gets or sets the text string format.
Public propertyWidth
Gets or sets the width of the column.
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference