PdfLabColor.L Property

Gets the L* component value.

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

Syntax

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

Property Value

Type: Double
The L* component value.

See Also