PdfExponentialFunction.Exponent Property

Gets the interpolation exponent of this function.

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

Syntax

C#
public double Exponent { get; }
VB
Public ReadOnly Property Exponent As Double
	Get

Property Value

Type: Double
The interpolation exponent of this function.

See Also