PdfExponentialFunction.Range Property

Gets the range of the function.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public ReadOnlyCollection<double> Range { get; }
VB
Public ReadOnly Property Range As ReadOnlyCollection(Of Double)
	Get

Property Value

Type: ReadOnlyCollection<Double>
The range of the function.

Remarks

The range of the function can be undefined (equal to null).

See Also