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




Gets or sets the device technology information.

Syntax

Visual Basic (Declaration) 
Public Property DeviceTechnologyInformation As IccTechnologySignatureType
Visual Basic (Usage)Copy Code
Dim instance As IccProfileDescription
Dim value As IccTechnologySignatureType
 
instance.DeviceTechnologyInformation = value
 
value = instance.DeviceTechnologyInformation
C# 
public IccTechnologySignatureType DeviceTechnologyInformation {get; set;}
Managed Extensions for C++ 
public: __property IccTechnologySignatureType get_DeviceTechnologyInformation();
public: __property void set_DeviceTechnologyInformation( 
   IccTechnologySignatureType value
);
C++/CLI 
public:
property IccTechnologySignatureType DeviceTechnologyInformation {
   IccTechnologySignatureType get();
   void set (IccTechnologySignatureType value);
}

Return Value

A value that indicates the device technology information such as CRT, Dye Sublimation, etc. (corresponding to profile's technology signature). For a list of possible values refer to IccTechnologySignatureType.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also