public bool SaveWithStamp {get; set;}
'Declaration
Public Property SaveWithStamp As Boolean
'Usage
Dim instance As CodecsJpegSaveOptions
Dim value As Boolean
instance.SaveWithStamp = value
value = instance.SaveWithStamp
public bool SaveWithStamp {get; set;}
@property (nonatomic, assign) BOOL saveWithStamp;
public boolean getSaveWithStamp()
public void setSaveWithStamp(boolean value)
get_SaveWithStamp();
set_SaveWithStamp(value);
Object.defineProperty('SaveWithStamp');
public:
property bool SaveWithStamp {
bool get();
void set ( bool value);
}
Property Value
true to save stamp images, false to not save stamp images.