LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)
LEAD Technologies, Inc

ColorSpace Property






Gets or sets the colorspace used for the ICC profile. .NET support
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 IccColorspaceType ColorSpace {get; set;}
 get_ColorSpace();
set_ColorSpace(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IccHeader Structure
IccHeader Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.