GC.Collect()
is not necessary. You could simply call Dispose(
) (or Close()
) on PDFDoc
, PDFDraw
, ElementBuilder
, ElementWriter
, TextExtractor
, and other larger objects. All memory will be instantly released. You can also use IDispose
pattern (on 'using
' C# keyword) to immediately release these resources.
Did you find this helpful?
Trial setup questions?
Ask experts on DiscordNeed other help?
Contact SupportPricing or product questions?
Contact Sales