Leadtools.Workflow.ImageProcessing Namespace > ColorResolutionActivity Class : DitheringMethod Property |
public RasterDitheringMethod DitheringMethod {get; set;}
'Declaration Public Property DitheringMethod As RasterDitheringMethod
'Usage Dim instance As ColorResolutionActivity Dim value As RasterDitheringMethod instance.DitheringMethod = value value = instance.DitheringMethod
public: property RasterDitheringMethod DitheringMethod { RasterDitheringMethod get(); void set ( RasterDitheringMethod value); }