LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)
LEAD Technologies, Inc

OutputProfile Property






Gets or sets a string that contains the output profile name, used with the ConversionMethodFlags.ConversionMethodFlags.UseCustomIcc active conversion method. .NET support
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 string OutputProfile {get; set;}
 get_OutputProfile();
set_OutputProfile(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ConversionParameters Class
ConversionParameters Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.