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 LongDLL
int DLSetFillTilingPattern(int InstanceID, 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 |