Error processing SSI file
LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

Show in webframe

RenderingIntent Property






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

Error processing SSI file