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



Gets or sets the device manufacturer signature.

Syntax

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

Return Value

A value that indicates the device manufacturer signature (from corresponding profile's header).

Requirements

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

See Also