Am 28.08.2011 um 13:26 schrieb Beatrix Willius: > dim theImage as NSImageMBS = thePDFPage.Render > DataPicture = theImage.CopyPicture
you could use CopyPictureWithMask instead of CopyPicture, so you get the mask. Also the Render function takes background parameter. You could try with white or clearColor. Greetings Christian -- See you in Frankfurt, Germany at the Real Studio Database Days More details and registration here: http://www.monkeybreadsoftware.de/realbasic/events/frankfurt-2011-event.shtml _______________________________________________ Mbsplugins_monkeybreadsoftware.info mailing list [email protected] https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info
