Difference between lazy loading and normal loading

Hi,


We observed that documents can be loaded with lazy loading enabled or directly. What impact does this have on loading a Notebook?

Hi John,


Thank you for contacting Aspose Support team.

As the name suggests, notebook’s child documents are loaded “lazily”, i.e. their loading is postponed until a direct access to a specific child. Alternative approach is to load all children at once. The last can be achieved by passing to the Notebook constructor NotebookLoadOptions with InstantLoading flag set to true. Following code snippets demonstrate both approaches. Please let us know if you need any further information in this regard.