LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

RenderingIntent Property

Show in webframe





Gets or sets the rendering intent.
Syntax
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);
}

Property Value

A value that indicates the rendering intent. For a list of possible values, refer to IccRenderingIntentType.
Requirements

Target Platforms

See Also

Reference

IccHeader Structure
IccHeader Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.