'Declaration <DefaultValueAttribute(True)> <DescriptionAttribute("A value indicating whether image must be copied with comments.")> Public Property SaveComments As Boolean
[DefaultValue(True)] [Description("A value indicating whether image must be copied with comments.")] public bool SaveComments { get; set; }
[DefaultValue(True)] [Description("A value indicating whether image must be copied with comments.")] public: __property bool get_SaveComments(); public: __property void set_SaveComments(
bool value
);
[DefaultValue(True)] [Description("A value indicating whether image must be copied with comments.")] public:
property bool SaveComments { bool get(); void set(bool value); }
Property Value
true - encoder copies comments with image; false - encoder does not copy comments with image.
Default value is true.
Default value is true.