Functionim_printpreview

Defined in: pbimage

public subroutine im_printpreview (long width1, long height1)

Comment:
Open print preview window


Script:
public subroutine im_printpreview (long width1, long height1);
this.i_PBImage.IM_PrintPreview(width1, height1)
end subroutine