Leadtools.ColorConversion Namespace > IccHeader Structure : RenderingIntent Property |
public IccRenderingIntentType RenderingIntent {get; set;}
'Declaration Public Property RenderingIntent As IccRenderingIntentType
'Usage Dim instance As IccHeader Dim value As IccRenderingIntentType instance.RenderingIntent = value value = instance.RenderingIntent
public: property IccRenderingIntentType RenderingIntent { IccRenderingIntentType get(); void set ( IccRenderingIntentType value); }