HtmlConverter.ReleaseResources
Releases all cache setup for faster conversions in order to gain memory and storage space.
public static void ReleaseResources()
Shared Sub ReleaseResources()
Licensing Info
This method is a DynamicPDF Converter feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Converter selected.
- A DynamicPDF Converter for .NET v3.X Developer license.
Remarks
Do not use this unless it is sure that no other HTML conversions will be done anytime soon. It can be used to gain memory and storage space, but it will also cause some delay in the conversion which will be performed after calling this method.