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
| Name | Type | Access | Description |
|---|---|---|---|
DefaultRegularFont | string? | Read/Write | Gets or sets the default regular font used when a source font is not found. |
DefaultAsianFont | string? | Read/Write | Gets or sets the default Asian font used when a source Asian font is not found. |
DefaultSymbolFont | string? | Read/Write | Gets or sets the default symbol font used when a source symbol font is not found. |
Password | string? | Read/Write | Gets or sets the password for opening a protected presentation. |