PdfDeviceNColorSpace.Names Property

Gets the collection of names specifying this DeviceN color space colorants.

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

Syntax

C#
public ReadOnlyCollection<string> Names { get; }
VB
Public ReadOnly Property Names As ReadOnlyCollection(Of String)
	Get

Property Value

Type: ReadOnlyCollection<String>
The collection of names specifying this DeviceN color space colorants.

See Also