THotPDF.RegisterTilingPattern Method

Registers a reusable tiling pattern resource for the graphics and colour management workflow. Call it before page commands reference the resource name so colour, pattern, font, image, or profile data is available in the PDF resource tree

Declaration

function RegisterTilingPattern(BBoxLLx, BBoxLLy, BBoxURx, BBoxURy: Single; XStep, YStep: Single; const Content: AnsiString; Colored: boolean= True) : AnsiString;

Unit

HPDFDoc

Parameters

NamePurpose
BBoxLLxInput used by RegisterTilingPattern
BBoxLLyInput used by RegisterTilingPattern
BBoxURxInput used by RegisterTilingPattern
BBoxURyInput used by RegisterTilingPattern
XStepInput used by RegisterTilingPattern
YStepInput used by RegisterTilingPattern
ContentInput used by RegisterTilingPattern
ColoredColor component or color value used by the painting or resource operation

Return value

Returns an AnsiString value

Usage notes

Related APIs