API Reference

Class

LegacyPptImportOptions

Namespace OfficeIMO.PowerPoint.LegacyPpt
Assembly OfficeIMO.PowerPoint
Modifiers sealed

Controls dependency-free PowerPoint 97-2003 binary import behavior.

Inheritance

  • Object
  • LegacyPptImportOptions

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Accepted by parameters

Constructors

Properties

public Int32 MaxInputBytes { get; set; } #

Gets or sets the maximum input and PowerPoint Document stream size.

public Boolean ReportUnsupportedContent { get; set; } #

Gets or sets whether recognized but unsupported content is reported as warnings.

public Int32 MaxRecordCount { get; set; } #

Gets or sets the maximum number of binary records traversed.

public Int32 MaxRecordDepth { get; set; } #

Gets or sets the maximum nested record depth.

public Int64 MaxDecodedStorageBytes { get; set; } #

Gets or sets the maximum aggregate bytes retained from decoded pictures, embedded OLE, linked-object, ActiveX, and VBA storages during one import.

public String Password { get; set; } #

Gets or sets the password used to open an RC4 CryptoAPI encrypted binary presentation.

Fields

public const Int32 DefaultMaxInputBytes #

Default maximum input size in bytes.

Value: 67108864