public static int SetDestination(this PMPrintSession session, PMPrintSettings settings, PMDestinationType destType, string format, NSUrl destination)
 {
     return(PMSessionSetDestination(session.Handle, settings.Handle, destType, new NSString(format).Handle, destination.Handle));
 }
 internal static extern int PMSessionSetDestination(IntPtr printSession, IntPtr printSettings, PMDestinationType destType, IntPtr strDestFormat, IntPtr urlDestLocation);