LoadOptions

Overview

LoadOptions is a class in Aspose.Slides FOSS for .NET. Inherits from: ILoadOptions.

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.
DefaultAsianFontstring?Read/WriteGets or sets the default asian font.
DefaultSymbolFontstring?Read/WriteGets or sets the default symbol font.
Passwordstring?Read/WriteGets or sets the password.

See Also