namespace API.Entities.Enums; public enum ScalingOption { FitToHeight = 0, FitToWidth = 1, Original = 2, Automatic = 3 }