Accusoft.ImagXpressSdk Namespace > ImageXView Class : ColorRenderIntent Property |
'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); }
The default value is RenderIntent.Images.
Note: Available in Professional edition.