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)
<br/>get_LoadStamp();<br/>set_LoadStamp(value);<br/>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.