Click or drag to resize

TableWidthType Enumeration

Specifies type for table width.

Namespace: Spire.Pdf.Tables
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public enum TableWidthType
Members
Member name 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
See Also