ILoadOptions

Overview

ILoadOptions is a interface in Aspose.Slides FOSS for .NET.

Represents options that can be used to control how a presentation is loaded.

Properties

NameTypeAccessDescription
DefaultRegularFontstring?Read/WriteSpecifies the fallback font for regular (Latin) text when loading a presentation
DefaultAsianFontstring?Read/WriteSpecifies the fallback font for Asian script text when loading a presentation
DefaultSymbolFontstring?Read/WriteSpecifies the fallback font for symbol characters when loading a presentation
Passwordstring?Read/WriteProvides the password used to open encrypted presentations

See Also