'Declaration <DescriptionAttribute("A value indicating whether image must be copied with comments.")> <DefaultValueAttribute(True)> Public Property SaveComments As Boolean
[Description("A value indicating whether image must be copied with comments.")] [DefaultValue(True)] public bool SaveComments { get; set; }
[Description("A value indicating whether image must be copied with comments.")] [DefaultValue(True)] public: __property bool get_SaveComments(); public: __property void set_SaveComments(
bool value
);
[Description("A value indicating whether image must be copied with comments.")] [DefaultValue(True)] public:
property bool SaveComments { bool get(); void set(bool value); }
Property Value
true - кодировщик копирует комментарии с изображением; false - кодировщик не копирует комментарии с изображением.
Значение по умолчанию - true.
        Значение по умолчанию - true.