Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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;}
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 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also