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

Show in webframe

ColorSpace Property






Gets or sets the colorspace used for the ICC profile.
Syntax
public IccColorspaceType ColorSpace {get; set;}
'Declaration
 
Public Property ColorSpace As IccColorspaceType
'Usage
 
Dim instance As IccHeader
Dim value As IccColorspaceType
 
instance.ColorSpace = value
 
value = instance.ColorSpace

            

            
public:
property IccColorspaceType ColorSpace {
   IccColorspaceType get();
   void set (    IccColorspaceType value);
}

Property Value

A value that indicates the color space used for the ICC profile. For a list of possible values, refer to IccColorspaceType.
Requirements

Target Platforms

See Also

Reference

IccHeader Structure
IccHeader Members

Error processing SSI file