'Declaration Public Property ExifTags As TiffTagCollection
public TiffTagCollection ExifTags { get; set; }
public: __property TiffTagCollection* get_ExifTags(); public: __property void set_ExifTags(
TiffTagCollection* value
);
public:
property TiffTagCollection^ ExifTags { TiffTagCollection^ get(); void set(TiffTagCollection^ value); }