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

Show in webframe

DeviceAttributes Property






Gets or sets the device attributes.
Syntax
public byte[] DeviceAttributes {get; set;}
'Declaration
 
Public Property DeviceAttributes As Byte()
'Usage
 
Dim instance As IccProfileDescription
Dim value() As Byte
 
instance.DeviceAttributes = value
 
value = instance.DeviceAttributes

            

            
public:
property array<byte>^ DeviceAttributes {
   array<byte>^ get();
   void set (    array<byte>^ value);
}

Property Value

A value that indicates the attributes (from corresponding profile's header).
Requirements

Target Platforms

See Also

Reference

IccProfileDescription Structure
IccProfileDescription Members

Error processing SSI file