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