'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 - encoder copies GPS metadata with image; false - encoder does not copy GPS metadata with image.
Default value is true.
Default value is true.