public bool UseImageDitheringMethod {get; set;}
'Declaration
Public Property UseImageDitheringMethod As Boolean
'Usage
Dim instance As CodecsSaveOptions
Dim value As Boolean
instance.UseImageDitheringMethod = value
value = instance.UseImageDitheringMethod
public bool UseImageDitheringMethod {get; set;}
@property (nonatomic, assign) BOOL useImageDitheringMethod
public boolean getUseImageDitheringMethod()
public void setUseImageDitheringMethod(boolean value)
<br/>get_UseImageDitheringMethod();<br/>set_UseImageDitheringMethod(value);<br/>Object.defineProperty('UseImageDitheringMethod');
public:
property bool UseImageDitheringMethod {
bool get();
void set ( bool value);
}