Click or drag to resize

PdfFuncExponentialExponent Property

Gets the interpolation exponent.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public float Exponent { get; }

Property Value

Single
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe function object has been disposed.
PdfiumExceptionThe underlying Dictionary/Stream has been disposed; or function Handle is invalid.
UnknownFunctionTypeExceptionThe requested operation could not be performed on a function of this type.
See Also