SetTableBorderWidth
Version history
This function was introduced in Quick PDF Library version 7.14.
Description
Sets the width of the specified table border.
Syntax
Delphi
function TQuickPDF0813.SetTableBorderWidth(TableID, BorderIndex: Integer;
NewWidth: Double): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::SetTableBorderWidth(TableID As Long,
BorderIndex As Long, NewWidth As Double) As Long
DLL
int QuickPDFSetTableBorderWidth(int InstanceID, int TableID, int BorderIndex,
double NewWidth)
Parameters
| TableID | A TableID returned by the CreateTable function |
| BorderIndex |
0 = All borders 1 = Left 2 = Top 3 = Right 4 = Bottom |
| NewWidth | The new width of the specified table border |