Class PowerPointExportOptions

Defines document-specific export options.

Inheritance
System.Object
PowerPointExportOptions
Implements
Namespace: Reveal.Sdk
Assembly: Infragistics.Reveal.SDK.Server.dll
Syntax
public class PowerPointExportOptions : DocumentExportOptions, IExportOptions, IDocumentExportOptions, IInitScriptProviderExportOptions

Constructors

PowerPointExportOptions()

Creates a new PowerPointExportOptions instance with default settings.

Declaration
public PowerPointExportOptions()

PowerPointExportOptions(IExportOptions)

Creates a new PowerPointExportOptions by copying settings from an existing IExportOptions instance.

Declaration
public PowerPointExportOptions(IExportOptions options)
Parameters
Type Name Description
IExportOptions options

The source options to copy from.

Implements

IExportOptions
IDocumentExportOptions
IInitScriptProviderExportOptions