From a9d1cb9d2862ca9c0e47caf5c7d065f43a719611 Mon Sep 17 00:00:00 2001 From: Irisawa Masaru Date: Thu, 10 Aug 2023 11:47:22 +0900 Subject: [PATCH] Update BrotherPrinterDocument.cs --- BrotherPrinterDocument.cs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/BrotherPrinterDocument.cs b/BrotherPrinterDocument.cs index 19843a6..d33eaf6 100644 --- a/BrotherPrinterDocument.cs +++ b/BrotherPrinterDocument.cs @@ -84,12 +84,14 @@ public void Close() { // まとめて印刷した方がパフォーマンスが向上します。 // this._document.EndPrint(); + this._document.Close(); - Console.WriteLine("[DEBUG] プリンターオブジェクトが解放されました。"); + + // Console.WriteLine("[DEBUG] プリンターオブジェクトが解放されました。"); } /// - /// リソースを解放します。 + /// リソースを解放します。IDisposable の実装です。 /// public void Dispose() {