Table of Contents

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; }

Property Value

IReadOnlyList<string>