namespace CPF.Mac.AppKit { public enum NSPrintingPageOrder : long { Descending = -1L, Special, Ascending, Unknown } }