Specifies type for table width.

Namespace: Spire.Pdf.Tables
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public enum TableWidthType
Public Enumeration TableWidthType
public enum class TableWidthType
type TableWidthType

Members

MemberValueDescription
FitPageWidth0
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
Customs1
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

See Also