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