Gets or sets the colorspace used for the ICC profile.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As IccHeader
Dim value As IccColorspaceType
instance.ColorSpace = value
value = instance.ColorSpace |
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: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
See Also