SetTextTilingPattern

Vector graphics, Path definition and drawing, Color

Description

Sets the current text color and underline color to the specified tiling pattern for subsequently drawn text

Syntax

Delphi

Function TPDFlib.SetTextTilingPattern(Const PatternName: WideString): Integer;

ActiveX

Function PDFlib::SetTextTilingPattern(PatternName As String) As Long

DLL

int DLSetTextTilingPattern(int InstanceID, const wchar_t * PatternName);

Parameters

PatternNameThe pattern name that was used with the NewTilingPatternFromCapturedPage function

Return values

0The PatternName parameter was invalid
1Success