'Declaration Public Property GpsTags As TiffTagCollection
public TiffTagCollection GpsTags { get; set; }
public: __property TiffTagCollection* get_GpsTags(); public: __property void set_GpsTags(
TiffTagCollection* value
);
public:
property TiffTagCollection^ GpsTags { TiffTagCollection^ get(); void set(TiffTagCollection^ value); }