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: DefaultAsianFont, DefaultRegularFont, DefaultSymbolFont, Password.

Properties

NameTypeAccessDescription
DefaultRegularFontstring?Read/WriteGets or sets the default regular font used when a source font is not found.
DefaultAsianFontstring?Read/WriteGets or sets the default Asian font used when a source Asian font is not found.
DefaultSymbolFontstring?Read/WriteGets or sets the default symbol font used when a source symbol font is not found.
Passwordstring?Read/WriteGets or sets the password for opening a protected presentation.

See Also