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