Ejemplo n.º 1
0
 public static int MaxSize(ExportSize size) =>
 size switch
 {
Ejemplo n.º 2
0
 public static string SizeDesc(ExportSize size) => $"{size.Humanize()}" + (size == ExportSize.FullRes ? "" : $" (max {MaxSize(size)}x{MaxSize(size)})");