[]
        
(Showing Draft Content)

C1.C1Preview.StretchTableEnum

StretchTableEnum Enum

Enumerates the modes of stretching the rows or columns of a RenderTable when filling an empty space below or on the right of the table.

Namespace: C1.C1Preview
Assembly: C1.PrintDocument.4.8.dll
Syntax
public enum StretchTableEnum

Fields

Name Description
AllColumns

All columns of a table are stretched equally to fill the page.

AllVectors

All rows or columns of a table are stretched equally to fill the page.

LastColumnOnPage

Only the last column on a page is stretched to fill it.

LastVectorOnPage

Only the last row or column on a page is stretched to fill it.

None

Rows or columns of a table do no stretch.