LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

OutputProfile Property

Show in webframe





Gets or sets a string that contains the output profile name, used with the ConversionMethodFlags.ConversionMethodFlags.UseCustomIcc active conversion method.
Syntax
public string OutputProfile {get; set;}
'Declaration
 
Public Property OutputProfile As String
'Usage
 
Dim instance As ConversionParameters
Dim value As String
 
instance.OutputProfile = value
 
value = instance.OutputProfile

            

            
public:
property String^ OutputProfile {
   String^ get();
   void set (    String^ value);
}

Property Value

String that contains the output file name used with the ConversionMethodFlags.ConversionMethodFlags.UseCustomIcc active conversion method (ActiveMethod property).
Example
Refer to InputProfile example.
Requirements

Target Platforms

See Also

Reference

ConversionParameters Class
ConversionParameters Members

 

 


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