Accusoft.ImagXpress13.Net
ColorRenderIntent Property (LoadOptions)




Gets and sets how the color profiles should be applied.
Syntax
public RenderIntent ColorRenderIntent {get; set;}
public: __property RenderIntent get_ColorRenderIntent();
public: __property void set_ColorRenderIntent( 
   RenderIntent value
);
public:
property RenderIntent ColorRenderIntent {
   RenderIntent get();
   void set (    RenderIntent value);
}
'Declaration
 
Public Property ColorRenderIntent As RenderIntent
 
'Usage
 
Dim instance As LoadOptions
Dim value As RenderIntent
 
instance.ColorRenderIntent = value
 
value = instance.ColorRenderIntent

Property Value

The RenderIntent value set.
Remarks

This property specifies how color profiles are applied when performing Image Color Management.

Note: Available in Professional edition.

See Also

Reference

LoadOptions Class
LoadOptions Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback