namespace EnvelopeGenerator.Domain.Constants { public enum PageOrientation { Portrait = 0, Landscape = 1 } }