namespace API.Entities.Enums; public enum PageSplitOption { SplitLeftToRight = 0, SplitRightToLeft = 1, NoSplit = 2, FitSplit = 3 }