Converter.Loaded Event
Occurs after HTML string or URL has been loaded and ready for conversion.
public event LoadedEventHandler Converter.Loaded;
Public Event Converter.Loaded As LoadedEventHandler
Event Handler
Licensing Info
This event is a DynamicPDF HTML Converter feature. One of the following is required for non-evaluation usage:
- Any active DynamicPDF Subscription (Essentials, Professional, Professional Plus or Ultimate).
- A DynamicPDF HTML Converter for .NET v2.X Essentials license.
- It can also be used for free with a public link back to www.dynamicpdf.com and with the DynamicPDF Essentials message displaying on the bottom of each page.
Remarks
One can add sleep in this event if any script evecution is expected to update visual elements.