ASP.NET MVC 6.3.16
Demos Support Blog Download
Show / Hide Table of Contents
PDF

Class PPTOptions

Provides properties to manage PowerPoint export behaviors.

Inheritance
System.Object
PPTOptions
Implements
IReportDispose
System.IDisposable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: BoldReports.Writer
Assembly: BoldReports.Web.dll
Syntax
public class PPTOptions : IReportDispose, IDisposable
Remarks

PPTOptions contains the properties to define the PowerPoint FormatType,TempPath, SplitPageCount and EnableSplitMerge

Constructors

PPTOptions()

Declaration
public PPTOptions()

Properties

EncryptionPassword

Gets or sets the password to edit the PowerPoint file.

Declaration
public string EncryptionPassword { get; set; }
Property Value
Type Description
System.String

A string containing the encrypted password.

FormatType

Gets or sets PowerPoint version to be export.

Declaration
public PPTSaveType FormatType { get; set; }
Property Value
Type Description
PPTSaveType

It conatins the PowerPoint export format version.

Methods

Dispose()

Provides a mechanism for releasing unmanaged resources.

Declaration
public void Dispose()
Remarks

It close or release unmanaged resources such as files, streams, and handles held by an instance of the class that implements this interface.

Implements

IReportDispose
System.IDisposable
In This Article
Was this page helpful? Yes No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
×
SEND FEEDBACK REGARDING THIS TOPIC

Please provide additional information

Please provide additional information

Please provide additional information

Please provide additional information
Please provide additional information
Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved