using System; [Serializable] public enum export_mode_enum { Image = 0, Raw = 1 }