Accusoft.ImagXpressSdk Namespace > ImageXView Class : ColorRenderIntent Property |
'Declaration <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> <BrowsableAttribute(False)> <DefaultValueAttribute()> <DescriptionAttribute("This property specifies how the color profiles should be applied.")> Public Property ColorRenderIntent As RenderIntent
'Usage Dim instance As ImageXView Dim value As RenderIntent instance.ColorRenderIntent = value value = instance.ColorRenderIntent
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [Browsable(false)] [DefaultValue()] [Description("This property specifies how the color profiles should be applied.")] public RenderIntent ColorRenderIntent {get; set;}
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [Browsable(false)] [DefaultValue()] [Description("This property specifies how the color profiles should be applied.")] public: __property RenderIntent get_ColorRenderIntent(); public: __property void set_ColorRenderIntent( RenderIntent value );
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [Browsable(false)] [DefaultValue()] [Description("This property specifies how the color profiles should be applied.")] public: property RenderIntent ColorRenderIntent { RenderIntent get(); void set ( RenderIntent value); }
The default value is RenderIntent.Images.
Note: Available in Professional edition.