Error processing SSI file
LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

LEADTOOLS SDK Help   |       |    Show Table of Contents    |   

DeviceTechnologyInformation Property






Gets or sets the device technology information.
Syntax
public IccTechnologySignatureType DeviceTechnologyInformation {get; set;}
public:
property IccTechnologySignatureType DeviceTechnologyInformation {
   IccTechnologySignatureType get();
   void set (    IccTechnologySignatureType value);
}
'Declaration
 
Public Property DeviceTechnologyInformation As IccTechnologySignatureType
 
'Usage
 
Dim instance As IccProfileDescription
Dim value As IccTechnologySignatureType
 
instance.DeviceTechnologyInformation = value
 
value = instance.DeviceTechnologyInformation

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

See Also

Reference

IccProfileDescription Structure
IccProfileDescription Members

Error processing SSI file