THotPDF.RegisterTransferFunctionState Method

Registers a reusable transfer function state 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 RegisterTransferFunctionState(Combined: THPDFObject; const PerChannel: array of THPDFObject): AnsiString;

Unit

HPDFDoc

Parameters

NamePurpose
CombinedInput used by RegisterTransferFunctionState
PerChannelInput used by RegisterTransferFunctionState

Return value

Returns an AnsiString value

Usage notes

Related APIs