public bool StoreDataInImage {get; set;}
'Declaration
Public Property StoreDataInImage As Boolean
'Usage
Dim instance As CodecsLoadOptions
Dim value As Boolean
instance.StoreDataInImage = value
value = instance.StoreDataInImage
public bool StoreDataInImage {get; set;}
@property (nonatomic, assign) BOOL storeDataInImage
public boolean getStoreDataInImage()
public void setStoreDataInImage(boolean value)
<br/>get_StoreDataInImage();<br/>set_StoreDataInImage(value);<br/>Object.defineProperty('StoreDataInImage');
public:
property bool StoreDataInImage {
bool get();
void set ( bool value);
}
Property Value
true to have LEADTOOLS store the loaded image data into the
RasterImage, false to disable it.