Accusoft.ImagXpress13.Net
ColorRenderIntent Property (ImageXView)




Gets and sets how the color profiles should be applied.
Syntax
'Declaration
 
<DescriptionAttribute("This property specifies how the color profiles should be applied.")>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<DefaultValueAttribute()>
<BrowsableAttribute(False)>
Public Property ColorRenderIntent As RenderIntent
'Usage
 
Dim instance As ImageXView
Dim value As RenderIntent
 
instance.ColorRenderIntent = value
 
value = instance.ColorRenderIntent
[DescriptionAttribute("This property specifies how the color profiles should be applied.")]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DefaultValueAttribute()]
[BrowsableAttribute(false)]
public RenderIntent ColorRenderIntent {get; set;}
[DescriptionAttribute("This property specifies how the color profiles should be applied.")]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DefaultValueAttribute()]
[BrowsableAttribute(false)]
public: __property RenderIntent get_ColorRenderIntent();
public: __property void set_ColorRenderIntent( 
   RenderIntent value
);
[DescriptionAttribute("This property specifies how the color profiles should be applied.")]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DefaultValueAttribute()]
[BrowsableAttribute(false)]
public:
property RenderIntent ColorRenderIntent {
   RenderIntent get();
   void set (    RenderIntent value);
}

Property Value

A RenderIntent enumeration value.
Remarks

The default value is RenderIntent.Images.

Note: Available in Professional edition.

See Also

Reference

ImageXView Class
ImageXView Members
RenderIntent Enumeration

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback