Specifies type for table width.
Namespace: Spire.Pdf.TablesAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public enum TableWidthType
Public Enumeration TableWidthType
public enum class TableWidthType
type TableWidthType
Members
| Member | Value | Description |
|---|---|---|
| FitPageWidth | 0 |
Use the fit page width
each width of columns will zoom in or out
using the ratio of totall width of the table to the width of page
|
| Customs | 1 |
use the Coustom width
takes the totall width of the set column as the width of the table,no zoom.
notes:if set this type but does not set the column width it will use default column width
|