←Select platform

OutputProfile Property

Summary

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

Syntax
C#
VB
C++
public string OutputProfile { get; set; } 
  
Public Property OutputProfile As String 
public: 
property String^ OutputProfile { 
   String^ get(); 
   void set (    String^ ); 
} 

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

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ColorConversion Assembly