SetTableThinBorders

Page layout

Description

Sets a table to use thin border lines instead of bevelled edges. These lines appear as a single pixel width for all zoom levels.

The lines are drawn using the color specified by the Red, Green and Blue parameters.

Syntax

Delphi

function TPDFlib.SetTableThinBorders(TableID, ThinBorders: Integer; Red, Green, Blue: Double): Integer;

ActiveX

Function PDFlib::SetTableThinBorders(TableID As Long, ThinBorders As Long, Red As Double, Green As Double, Blue As Double) As Long

DLL

int DLSetTableThinBorders(int InstanceID, int TableID, int ThinBorders, double Red, double Green, double Blue);

Parameters

TableIDA TableID returned by the CreateTable function
ThinBorders0 = Use bevelled edges (the default) 1 = Use thin lines
RedThe red component of the color, a value from 0 to 1 The green component of the color, a value from 0 to 1
GreenThe blue component of the color, a value from 0 to 1
Blue

Return values

0The table line style could not be set
1The table line style was set successfully