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() {