Is there any way to set the transparent property in a BitmapData?

There’s only a get property that returns a boolean value implying whether the BitmapData can allow transparency.

Is there anyway I can set a loaded Bitmap’s transparent value from the default ‘false’ to ‘true’?

Thanks,
Oby