LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

DeviceTechnologyInformation Property

Show in webframe





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

            

            
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

See Also

Reference

IccProfileDescription Structure
IccProfileDescription Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.