LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
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);
}

Property 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: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also