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