Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

Show in webframe

Distribution Property








Gets or sets a flag that indicates the source of the colors to be added to the image.
Syntax
public GrayScaleToMultitoneCommandDistributionType Distribution {get; set;}
'Declaration
 
Public Property Distribution As GrayScaleToMultitoneCommandDistributionType
'Usage
 
Dim instance As GrayScaleToMultitoneCommand
Dim value As GrayScaleToMultitoneCommandDistributionType
 
instance.Distribution = value
 
value = instance.Distribution
public GrayScaleToMultitoneCommandDistributionType Distribution {get; set;}
@property (nonatomic, assign) LTGrayScaleToMultitoneCommandDistributionType distribution
public GrayScaleToMultitoneCommandDistributionType getDistribution()
public void setDistribution(GrayScaleToMultitoneCommandDistributionType value)
            
 <br/>get_Distribution();<br/>set_Distribution(value);<br/>Object.defineProperty('Distribution'); 

Property Value

Value that indicates the source of the colors to be added to the image.
Example
Refer to GrayScaleToMultitoneCommand.
Requirements

Target Platforms

See Also

Reference

GrayScaleToMultitoneCommand Class
GrayScaleToMultitoneCommand Members

Error processing SSI file