Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Table of Contents
maxLevel2

Intro

Note

This is Part 2 of a 1-part tutorial series for the Project Propsal scenario. It is recommended that you complete Part 1 - Getting Started with Data Markers before starting this section.

Info
titleFollowing the Sample

There is a downloadable SomeFile.zip with completed templates and code. The completed example of the template is available under templates/part2_template.pptx. The code for this part of the tutorial can be found in Part2.aspx.cs.

This part focuses on taking advantage of PowerPointWriter's repeat slide behavior. It also covers deleting slides if certain conditions are not met.

Repeat Behavior

Delete Slide

Final Code

Note

For information on writing this code, see Part 1 - Getting Started .

Code Block

Downloads

You can download the code for the Basic PowerPointWriter Tutorials as a Visual Studio solution, which includes the Project Proposal.