public bool JpegStamp {get; set;}
'Declaration
Public Property JpegStamp As Boolean
'Usage
Dim instance As CodecsJpegSaveOptions
Dim value As Boolean
instance.JpegStamp = value
value = instance.JpegStamp
public bool JpegStamp {get; set;}
@property (nonatomic, assign) BOOL jpegStamp;
public boolean getJpegStamp()
public void setJpegStamp(boolean value)
get_JpegStamp();
set_JpegStamp(value);
Object.defineProperty('JpegStamp');
public:
property bool JpegStamp {
bool get();
void set ( bool value);
}
Property Value
true to save the stamp as JPEG compressed, false to save uncompressed.