Accusoft.ImagXpress13.Net
ColorRenderIntent Property (ImageXView)




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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback