PostScriptFunction

PostScriptFunction

Overview

PostScriptFunction is a class in Aspose.PDF FOSS for .NET. Inherits from: PdfFunction.

PostScript calculator function (§7.10.5).

This class provides 1 method for working with PostScriptFunction objects in .NET programs. Available methods include: Evaluate. All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package. Properties: Domain, Range.

Properties

NameTypeAccessDescription
Domaindouble[][]ReadInput domain — one [min, max] pair per input dimension.
Rangedouble[][]?ReadOutput range — one [min, max] pair per output.

Methods

SignatureDescription
Evaluate(inputs: double[])Evaluate the function.

See Also