/// <summary> /// Are all of the parameters set correctly such that printing can occur? /// </summary> /// <returns></returns> public bool ReadyToPrint() { return(_printModel.ReadyToPrint()); }