THotPDF.RegisterStitchingFunction Method

Registers a reusable stitching function resource for the document creation 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 RegisterStitchingFunction(const Domain: array of Single; const Functions: array of THPDFObject; const Bounds: array of Single; const Encode: array of Single; const Range: array of Single): THPDFDictionaryObject;

Unit

HPDFDoc

Parameters

NamePurpose
DomainInput used by RegisterStitchingFunction
FunctionsInput used by RegisterStitchingFunction
BoundsInput used by RegisterStitchingFunction
EncodeInput used by RegisterStitchingFunction
RangeInput used by RegisterStitchingFunction

Return value

Returns a THPDFDictionaryObject value

Usage notes

Related APIs