Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
DeviceManufacturerDescription Property
See Also 
Leadtools.ColorConversion Namespace > IccProfileDescription Structure : DeviceManufacturerDescription Property



Gets or sets the device manufacturer description.

Syntax

Visual Basic (Declaration) 
Public Property DeviceManufacturerDescription As IccMultiLocalizedUnicodeTagType
Visual Basic (Usage)Copy Code
Dim instance As IccProfileDescription
Dim value As IccMultiLocalizedUnicodeTagType
 
instance.DeviceManufacturerDescription = value
 
value = instance.DeviceManufacturerDescription
C# 
public IccMultiLocalizedUnicodeTagType DeviceManufacturerDescription {get; set;}
C++/CLI 
public:
property IccMultiLocalizedUnicodeTagType^ DeviceManufacturerDescription {
   IccMultiLocalizedUnicodeTagType^ get();
   void set (IccMultiLocalizedUnicodeTagType^ value);
}

Return Value

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

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also