Property DefaultSaveExtension
- Namespace
- PaintDotNet
- Assembly
- PaintDotNet.Data.dll
DefaultSaveExtension
Gets the default extension for saving files, which is the first extension in the SaveExtensions list, or null if the FileType does not support saving (the SupportsSaving property will be true).
public string? DefaultSaveExtension { get; }