public void PrinterJobDelete()
 {
     Debug.Log("job deleta");
     PrintPhotoUtil.JobDelete(printerName, OutputHandler, ErrorOutputHanlder, Process_Exit);
 }
//	public void addImageCreateListener(ImageCreatedDelegate fnc) {
//		imageCreated += fnc;
//	}

    public void PrintToImage()
    {
        Debug.Log("Print to PNG");
        PrintPhotoUtil.PrintPhoto(Application.dataPath + "/" + fileName, 1, 2480, 3508, SendQueeuEnd);
    }
 public void PrinterJobCheck()
 {
     PrintPhotoUtil.JobCheck(OutputHandler, ErrorOutputHanlder, Process_Exit);
 }
//	public void addImageCreateListener(ImageCreatedDelegate fnc) {
//		imageCreated += fnc;
//	}

    public void PrintToImage()
    {
        Debug.Log("Print to PNG");
        PrintPhotoUtil.PrintPhoto(Application.dataPath + "/" + "*.png", 1, 827, 1169, SendQueeuEnd);
    }