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;} |
| 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
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also