Print()

Hi,
I has created a button to print the current frame but when i printed out, the extra empty space is in black colour in the paper instead of white (even though the backgorund is in white colour). How do i change it to white colour? I hope someone can help me. Thanks!

My code is shown at below:
on (release) {
print(this, “bframe”);
}