public bool GrayOutput {get; set;}
'Declaration
Public Property GrayOutput As Boolean
'Usage
Dim instance As CodecsSaveOptions
Dim value As Boolean
instance.GrayOutput = value
value = instance.GrayOutput
public bool GrayOutput {get; set;}
@property (nonatomic, assign) BOOL grayOutput;
public boolean getGrayOutput()
public void setGrayOutput(boolean value)
get_GrayOutput();
set_GrayOutput(value);
Object.defineProperty('GrayOutput');
public:
property bool GrayOutput {
bool get();
void set ( bool value);
}
Property Value
true to force the output TIFF or PNG file to be saved as grayscale, without a palette