PdfExponentialFunction.C0 Property

Gets the array of numbers defining the function result when x = 0.0.

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

Syntax

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

Property Value

Type: ReadOnlyCollection<Double>
The array of numbers defining the function result when x = 0.0.

See Also