Converter.ReleaseResources

Releases all cache setup for faster conversions in order to gain memory and storage space.

public static void ReleaseResources()
Shared Sub ReleaseResources()

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.

See Also

Converter
ceTe.DynamicPDF.HtmlConverter

In this topic