ImageGear for .NET
ColorProfile Property
See Also  Send Feedback
ImageGear21.Core Assembly > ImageGear.Formats Namespace > ImGearCommonMetadata Class : ColorProfile Property




Glossary Item Box

Gets color profile data of the file page from which the image was loaded, or null if the format filter does not support loading of color profiles.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Property Value

Byte array value.

Remarks

This property returns the color profile data of the file page from which the image was loaded. It returns null if the file page did not contain a profile or if the format filter does not support the loading of color profiles. This property also returns null (source file page color profile is undefined) if the page was created using a ImageGear.Core.ImGearRasterPage class or ImageGear.Core.ImGearVectorPage class constructor, or using an image processing method.

Note: This property is not updated during image conversions such as profile or colorspace conversions.

The property does not have a Set accessor. On image writing, ImageGear ignores this property, and uses the profile attached to the image DIB.

See Also

©2013. Accusoft Corporation. All Rights Reserved.