Page tree
Skip to end of metadata
Go to start of metadata

Description

The Process method replaces the template's data markers with actual values from the data sources, and creates the output file (the new presentation file) in memory. The Save method can then save the output file to disk, stream it to the browser, or both.

C#
vb.net

Remarks

Call Process after SetDataSource and before Save.

You can call Process only once for each instance of PowerPointTemplate.

Examples

C#
vb.net
  • No labels