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


For a list of all members of this type, see ConversionParameters members.

Public Properties

 NameDescription
Public PropertyActiveMethod Gets or sets the active conversion method.  
Public PropertyCmykParameters Gets or sets the CMYK conversion properties.  
Public PropertyDestinationInputTable Gets or sets a character string that contains the destination image name for emulation, used with the ConversionMethodFlags.ConversionMethodFlags.UseCustomEmulationTables active conversion method.  
Public PropertyInputProfile Gets or sets a character string that contains the input profile name, used with the ConversionMethodFlags.ConversionMethodFlags.UseCustomIcc active conversion method.  
Public PropertyInputProfileData Gets or sets a byte array that contains information about the input memory profile to be used as the input profile.  
Public PropertyLabParameters Gets or sets the CIELab conversion properties.  
Public PropertyMethod Gets or sets a value indicating the conversion method or the property to be changed.  
Public PropertyOutputProfile Gets or sets a string that contains the output profile name, used with the ConversionMethodFlags.ConversionMethodFlags.UseCustomIcc active conversion method.  
Public PropertyOutputProfileData Gets or sets a byte array that contains information about the output memory profile to be used as the output profile.  
Public PropertyQuantization Gets or sets the Quantization level.  
Public PropertyWhitePoint Gets or sets the white point properties.  
Public PropertyYuvParameters Gets or sets the YUV conversion properties.  
Top

See Also