Accusoft.ImagXpressSdk Namespace > ImageXView Class : ColorRenderIntent Property |
'Declaration <DefaultValueAttribute()> <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> <BrowsableAttribute(False)> <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
[DefaultValueAttribute()] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)] [BrowsableAttribute(false)] [DescriptionAttribute("This property specifies how the color profiles should be applied.")] public RenderIntent ColorRenderIntent {get; set;}
[DefaultValueAttribute()] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)] [BrowsableAttribute(false)] [DescriptionAttribute("This property specifies how the color profiles should be applied.")] public: __property RenderIntent get_ColorRenderIntent(); public: __property void set_ColorRenderIntent( RenderIntent value );
[DefaultValueAttribute()] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)] [BrowsableAttribute(false)] [DescriptionAttribute("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.