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)
<br/>get_GrayOutput();<br/>set_GrayOutput(value);<br/>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