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