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

Show in webframe

DeviceManufacturerDescription Property






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

            

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

Property Value

An IccMultiLocalizedUnicodeTagType class that contains displayable description of device manufacturer (profile's deviceMfgDescTag).
Requirements

Target Platforms

See Also

Reference

IccProfileDescription Structure
IccProfileDescription Members

Error processing SSI file