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