StitchingFunction
Overview
StitchingFunction is a class in Aspose.PDF FOSS for .NET.
Inherits from: PdfFunction.
Stitching function (§7.10.4): combines sub-functions over sub-domains.
This class provides 1 method for working with StitchingFunction 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: Bounds, Domain, Encode, Functions, Range.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Functions | PdfFunction[] | Read | Gets the functions. |
Bounds | double[] | Read | Gets the bounds. |
Encode | double[][] | Read | Gets the encode. |
Domain | double[][] | Read | Input domain — one [min, max] pair per input dimension. |
Range | double[][]? | Read | Output range — one [min, max] pair per output. |
Methods
| Signature | Description |
|---|---|
Evaluate(inputs: double[]) | Evaluate the function. |