Property ExtensionsForSave
ExtensionsForSave
Gets or sets list of extensions (including ".") which can be used to filter out supported image formats when using SaveFileDialog.
public static IEnumerable<string> ExtensionsForSave { get; set; }
Gets or sets list of extensions (including ".") which can be used to filter out supported image formats when using SaveFileDialog.
public static IEnumerable<string> ExtensionsForSave { get; set; }