THotPDF.RegisterExponentialFunction Method

Registers a reusable exponential 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 RegisterExponentialFunction(const Domain: array of Single; const C0: array of Single; const C1: array of Single; Exponent: Double; const Range: array of Single): THPDFDictionaryObject;

Unit

HPDFDoc

Parameters

NamePurpose
DomainInput used by RegisterExponentialFunction
C0Input used by RegisterExponentialFunction
C1Input used by RegisterExponentialFunction
ExponentInput used by RegisterExponentialFunction
RangeInput used by RegisterExponentialFunction

Return value

Returns a THPDFDictionaryObject value

Usage notes

Related APIs