'Declaration <DefaultValueAttribute(VintasoftBinary)> <DescriptionAttribute("A format(s) in which annotations must be saved.")> Public Property AnnotationsFormat As Vintasoft.Imaging.AnnotationsFormat
[DefaultValue(VintasoftBinary)] [Description("A format(s) in which annotations must be saved.")] public Vintasoft.Imaging.AnnotationsFormat AnnotationsFormat { get; set; }
[DefaultValue(VintasoftBinary)] [Description("A format(s) in which annotations must be saved.")] public: __property Vintasoft.Imaging.AnnotationsFormat get_AnnotationsFormat(); public: __property void set_AnnotationsFormat(
Vintasoft.Imaging.AnnotationsFormat value
);
[DefaultValue(VintasoftBinary)] [Description("A format(s) in which annotations must be saved.")] public:
property Vintasoft.Imaging.AnnotationsFormat AnnotationsFormat { Vintasoft.Imaging.AnnotationsFormat get(); void set(Vintasoft.Imaging.AnnotationsFormat value); }