From 26d2150e7665e8f6d9122a4bfc5e730034a79a8e Mon Sep 17 00:00:00 2001 From: Srihariharan Date: Thu, 13 Jun 2024 12:50:05 +0530 Subject: [PATCH] 890511: Update the loaded document instance. --- .../.NET/Get-text-glyph-details-from-extract-text/Program.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Text Extraction/Get-text-glyph-details-from-extract-text/.NET/Get-text-glyph-details-from-extract-text/Program.cs b/Text Extraction/Get-text-glyph-details-from-extract-text/.NET/Get-text-glyph-details-from-extract-text/Program.cs index e3f411d2..7ad809e9 100644 --- a/Text Extraction/Get-text-glyph-details-from-extract-text/.NET/Get-text-glyph-details-from-extract-text/Program.cs +++ b/Text Extraction/Get-text-glyph-details-from-extract-text/.NET/Get-text-glyph-details-from-extract-text/Program.cs @@ -34,3 +34,5 @@ char GlyphText = textGlyph.Text; //Gets the color of the character Color GlyphColor = textGlyph.TextColor; +//Close the document +loadedDocument.Close(true); \ No newline at end of file