public bool LoadStamp {get; set;}
'Declaration
Public Property LoadStamp As Boolean
'Usage
Dim instance As CodecsThumbnailOptions
Dim value As Boolean
instance.LoadStamp = value
value = instance.LoadStamp
public bool LoadStamp {get; set;}
@property (nonatomic, assign) BOOL loadStamp;
public boolean getLoadStamp()
public void setLoadStamp(boolean value)
get_LoadStamp();
set_LoadStamp(value);
Object.defineProperty('LoadStamp');
public:
property bool LoadStamp {
bool get();
void set ( bool value);
}
Property Value
true to load the stamp from the file if present, false to ignore the stamp.