Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.5.7
OutputProfile Property
See Also 
Leadtools.ColorConversion Namespace > ConversionParameters Class : OutputProfile Property




Gets or sets a string that contains the output profile name, used with the ConversionMethodFlags.ConversionMethodFlags.UseCustomIcc active conversion method.

Syntax

Visual Basic (Declaration) 
Public Property OutputProfile As String
Visual Basic (Usage)Copy Code
Dim instance As ConversionParameters
Dim value As String
 
instance.OutputProfile = value
 
value = instance.OutputProfile
C# 
public string OutputProfile {get; set;}
Managed Extensions for C++ 
public: __property string* get_OutputProfile();
public: __property void set_OutputProfile( 
   string* value
);
C++/CLI 
public:
property String^ OutputProfile {
   String^ get();
   void set (String^ value);
}

Return 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: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also