Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.10
|
Leadtools.Services.ImageProcessing.DataContracts Namespace > ColorResolutionRequest Class : DitheringMethod Property |
[DataMemberAttribute(Name="DitheringMethod", IsRequired=true)] public RasterDitheringMethod DitheringMethod {get; set;}
'Declaration <DataMemberAttribute(Name="DitheringMethod", IsRequired=True)> Public Property DitheringMethod As RasterDitheringMethod
'Usage Dim instance As ColorResolutionRequest Dim value As RasterDitheringMethod instance.DitheringMethod = value value = instance.DitheringMethod
[DataMemberAttribute(Name="DitheringMethod", IsRequired=true)] public: property RasterDitheringMethod DitheringMethod { RasterDitheringMethod get(); void set ( RasterDitheringMethod value); }