Gets or sets the device model.
public int Model {get; set;}
'Declaration
Public Property Model As Integer
'Usage
Dim instance As IccHeader
Dim value As Integer
instance.Model = value
value = instance.Model
public:
property int Model {
int get();
void set ( int value);
}
Property Value
A value that indicates the device model for the device for which the ICC profile was created.