Property LoadExtensions
- Namespace
- PaintDotNet
- Assembly
- PaintDotNet.Data.dll
LoadExtensions
Gets or sets the list of file extensions that the FileType can save. These should be prefixed with a dot, e.g. { ".xyz", ".ywx", ".wyx" }
public IReadOnlyList<string> LoadExtensions { get; set; }