Click or drag to resize

PdfFunctionRange Property

Get the range of the function.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.100.2704
Syntax
public float[] Range { get; }

Property Value

Single
A readonly array of 2 × Outputs numbers; null if any error occurred.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe function object has been disposed.
UnknownFunctionTypeExceptionThe requested operation could not be performed on a function of this type.
RequiredDataIsAbsentExceptionThere is not enough data to perform the requested operation.
PdfiumExceptionThe data area passed to a system call is too small; or the parameter is incorrect.
Remarks
For each j from 0 to Outputs − 1, Range2j must be less than or equal to Range2j+1, and the jth output value, yj, must lie in the interval Range2j ≤ yj ≤ Range2j+1. Output values outside the declared range are clipped to the nearest boundary value. If this entry is absent, no clipping is done.
See Also