PdfColorProfile.DeviceModel Property

Gets the intended device model specified in this color profile.

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

Syntax

C#
public string DeviceModel { get; }
VB
Public ReadOnly Property DeviceModel As String
	Get

Property Value

Type: String
The intended device model specified in this color profile.

See Also