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


The following tables list the members exposed by ConversionParameters.

Public Constructors

 NameDescription
Public ConstructorConversionParameters Constructor Initializes a new instance of the ConversionParameters class.  
Top

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

Public Methods

 NameDescription
Public MethodToStringOverridden.  Overridden. Returns a meaningful name for this method.  
Top

See Also