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)
get_UseImageDitheringMethod();
set_UseImageDitheringMethod(value);
Object.defineProperty('UseImageDitheringMethod');
public:
property bool UseImageDitheringMethod {
bool get();
void set ( bool value);
}