Table of Contents

Property SaveExtensions

Namespace
PaintDotNet
Assembly
PaintDotNet.Data.dll

SaveExtensions

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> SaveExtensions { get; set; }

Property Value

IReadOnlyList<string>