SetFillTilingPattern
Vector graphics, Color
Description
Sets the current fill to the specified tiling pattern.
Syntax
Delphi
Function TPDFlib.SetFillTilingPattern(Const PatternName: WideString): Integer;
ActiveX
Function PDFlib::SetFillTilingPattern(PatternName As String) As Long
DLL
int DLSetFillTilingPattern(int InstanceID, const wchar_t * PatternName);
Parameters
| PatternName | The pattern name that was used with the NewTilingPatternFromCapturedPage function |
|---|
Return values
| 0 | The PatternName parameter was invalid |
|---|---|
| 1 | Success |