Hi everybody!

I'm developing an application and I need to print an image that it is in a IKImageView. If I use a NSImageView with this code i can print:
Code:
- (IBAction)print:(id)sender {
[[NSPrintOperation printOperationWithView:mPrintView] runOperation];
}
But with IKImageView I hadn't any luck!
Someone can help with my question?
Thank you in advance!