Accusoft.PrintPro8.Net
RenderIntent Property




Gets and sets the purpose of the color correction.
Syntax
public IcmRenderIntent RenderIntent {get; set;}
public: __property IcmRenderIntent get_RenderIntent();
public: __property void set_RenderIntent( 
   IcmRenderIntent value
);
public:
property IcmRenderIntent RenderIntent {
   IcmRenderIntent get();
   void set (    IcmRenderIntent value);
}
'Declaration
 
Public Property RenderIntent As IcmRenderIntent
 
'Usage
 
Dim instance As Icm
Dim value As IcmRenderIntent
 
instance.RenderIntent = value
 
value = instance.RenderIntent

Property Value

An IcmRenderIntent enumeration value which determines the purpose of the color correction.
Remarks

The default value is IcmRenderIntent.Images.

See Also

Reference

Icm Class
Icm Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback