Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
Leadtools Namespace > RasterDefaults Class : DitheringMethod Property |
public static RasterDitheringMethod DitheringMethod {get; set;}
'Declaration
Public Shared Property DitheringMethod As RasterDitheringMethod
'Usage
Dim value As RasterDitheringMethod RasterDefaults.DitheringMethod = value value = RasterDefaults.DitheringMethod
public static RasterDitheringMethod DitheringMethod {get; set;}
+(LTRasterDitheringMethod)ditheringMethod; +(void)ditheringMethod:(LTRasterDitheringMethod)value;
<br/>get_DitheringMethod();<br/>set_DitheringMethod(value);<br/>Object.defineProperty('DitheringMethod');
public: static property RasterDitheringMethod DitheringMethod { RasterDitheringMethod get(); void set ( RasterDitheringMethod value); }