public bool YccStamp {get; set;}
'Declaration
Public Property YccStamp As Boolean
'Usage
Dim instance As CodecsJpegSaveOptions
Dim value As Boolean
instance.YccStamp = value
value = instance.YccStamp
public bool YccStamp {get; set;}
@property (nonatomic, assign) BOOL yccStamp;
public boolean getYccStamp()
public void setYccStamp(boolean value)
get_YccStamp();
set_YccStamp(value);
Object.defineProperty('YccStamp');
public:
property bool YccStamp {
bool get();
void set ( bool value);
}
Property Value
true to save the stamp as YCC colorspace, false to save with RGB.