SetFillShader

Vector graphics, Path definition and drawing, Color

Description

Sets the fill to the specified shader for subsequently drawn graphics.

Syntax

Delphi

function TPDFlib.SetFillShader(Const ShaderName: WideString): Integer;

ActiveX

Function PDFlib::SetFillShader(ShaderName As String) As Long

DLL

int DLSetFillShader(int InstanceID, wchar_t * ShaderName);

Parameters

ShaderNameThe shader name that was used when the shader was created.

Return values

0The shader could not be found
1The shader fill was setup correctly