ImageGear PDF v25.2 - Updated
RenderingIntent Property (ImGearColorProfile)




ImageGear.Core Assembly > ImageGear.Core Namespace > ImGearColorProfile Class : RenderingIntent Property
Gets the rendering intent type associated with the color profile.
Syntax
'Declaration
 
Public ReadOnly Property RenderingIntent As ImGearRenderingIntents
'Usage
 
Dim instance As ImGearColorProfile
Dim value As ImGearRenderingIntents
 
value = instance.RenderingIntent
public ImGearRenderingIntents RenderingIntent {get;}
public: __property ImGearRenderingIntents get_RenderingIntent();
public:
property ImGearRenderingIntents RenderingIntent {
   ImGearRenderingIntents get();
}

Property Value

ImGearRenderingIntents enumeration value.
Remarks
Rendering intent controls how color matching is performed during color space conversion.
See Also

Reference

ImGearColorProfile Class
ImGearColorProfile Members
ImGearRenderingIntents Enumeration

Is this page helpful?
Yes No
Thanks for your feedback.