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)
get_StoreDataInImage();
set_StoreDataInImage(value);
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
Leadtools.RasterImage, false to disable it.