﻿if (action == new Selector ("print:") && UIPrintInteractionController.CanPrint (controller.Url))
	return true;
else
	return false;