SetTextHighlightColorSep

Text, Color

Description

Sets the color used to highlight text. Similar to the SetTextHighlightColor function, but a tint of a separation color added with the AddSeparationColor function is used.

Syntax

Delphi

function TPDFlib.SetTextHighlightColorSep(Const ColorName: WideString; Tint: Double): Integer;

ActiveX

Function PDFlib::SetTextHighlightColorSep(ColorName As String, Tint As Double) As Long

DLL

int DLSetTextHighlightColorSep(int InstanceID, wchar_t * ColorName, double Tint);

Parameters

ColorNameThe name of the separation color that was used with the AddSeparationColor function
TintThe amount of color to use. 0 indicates no color (white), 1 indicates maximum color.

Return values

0The separation color name could not be found The text highlight color was set successfully
1