Gets or sets a string that contains the output profile name, used with the ConversionMethodFlags.
ConversionMethodFlags.UseCustomIcc active conversion method.
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).