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

Description

Sets whether PowerPointWriter should remove data markers in the template that do not bind to data sources in code.

C#
vb.net

Remarks

By default, if a data marker does not bind to a data source, PowerPointWriter will throw an exception. If RemoveExtraDataMarkers is set to true, PowerPointWriter will remove extra data markers silently.

RemoveExtraDataMarkers is a Read/Write property.

Examples

C#
vb.net
  • No labels