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