Platforms to show: All Mac Windows Linux Cross-Platform

Back to DynaPDFTableMBS class.

Previous items

DynaPDFTableMBS.ktfHeaderRow = 2

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 13.1
One of the cell flags.
Example

dim table as DynaPDFTableMBS // your table

// mark this row as being a header row, so it's repeated on all pages
call table.SetFlags(rowNum, 0, table.ktfHeaderRow)

Header rows are drawn first after a page break occurred

DynaPDFTableMBS.ktfNoLineBreak = 4

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 13.2
One of the cell flags.
Example

dim table as DynaPDFTableMBS // your table

call table.SetFlags(rowNum, 0, table.ktfNoLineBreak)

Prohibit line breaks in cells whith text -> Can be set to the entire table, columns, rows, and cells.

DynaPDFTableMBS.ktfScaleToRect = 8

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 13.2
One of the cell flags.

If set, the specified output width and height represents the maximum size of the image or template.
The image or template is scaled into this rectangle without changing the aspect ratio.

DynaPDFTableMBS.ktfStatic = 1

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 12.5
One of the cell flags.

This flag marks a row, column, or cell as static to avoid the deletion of the content with ClearContent().

DynaPDFTableMBS.ktfUseImageCS = 16

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 13.2
One of the cell flags.

If set, images are inserted in the native image color space.

Previous items

The items on this page are in the following plugins: MBS DynaPDF Plugin.


💬 Ask a question or report a problem
The biggest plugin in space...