SetTableBorderWidth

Page layout

Description

Sets the width of the specified table border.

Syntax

Delphi

function TPDFlib.SetTableBorderWidth(TableID, BorderIndex: Integer; NewWidth: Double): Integer;

ActiveX

Function PDFlib::SetTableBorderWidth(TableID As Long, BorderIndex As Long, NewWidth As Double) As Long

DLL

int DLSetTableBorderWidth(int InstanceID, int TableID, int BorderIndex, double NewWidth);

Parameters

TableIDA TableID returned by the CreateTable function 0 = All borders 1 = Left 2 = Top 3 = Right 4 = Bottom
BorderIndex
NewWidthThe new width of the specified table border