SetTableColumnWidth

Page layout

Description

Sets the width of one or more table columns.

Syntax

Delphi

function TPDFlib.SetTableColumnWidth(TableID, FirstColumn, LastColumn: Integer; NewWidth: Double): Integer;

ActiveX

Function PDFlib::SetTableColumnWidth(TableID As Long, FirstColumn As Long, LastColumn As Long, NewWidth As Double) As Long

DLL

int DLSetTableColumnWidth(int InstanceID, int TableID, int FirstColumn, int LastColumn, double NewWidth);

Parameters

TableIDA TableID returned by the CreateTable function The the number of the first column to set. Left most column is column number 1.
FirstColumnThe number of the final column to set
LastColumn
NewWidthThe new width of the specified columns