Error processing SSI file
LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

Show in webframe

DeviceModelDescription Property






Gets or sets the device model description.
Syntax
public IccMultiLocalizedUnicodeTagType DeviceModelDescription {get; set;}
'Declaration
 
Public Property DeviceModelDescription As IccMultiLocalizedUnicodeTagType
'Usage
 
Dim instance As IccProfileDescription
Dim value As IccMultiLocalizedUnicodeTagType
 
instance.DeviceModelDescription = value
 
value = instance.DeviceModelDescription

            

            
public:
property IccMultiLocalizedUnicodeTagType^ DeviceModelDescription {
   IccMultiLocalizedUnicodeTagType^ get();
   void set (    IccMultiLocalizedUnicodeTagType^ value);
}

Property Value

An IccMultiLocalizedUnicodeTagType class that contains displayable description of the device model (profile's deviceModelDescTag).
Requirements

Target Platforms

See Also

Reference

IccProfileDescription Structure
IccProfileDescription Members

Error processing SSI file