'Declaration Public Property DecodingSettings As Vintasoft.Imaging.Codecs.Decoders.DecodingSettings
public Vintasoft.Imaging.Codecs.Decoders.DecodingSettings DecodingSettings { get; set; }
public: __property Vintasoft.Imaging.Codecs.Decoders.DecodingSettings* get_DecodingSettings(); public: __property void set_DecodingSettings(
Vintasoft.Imaging.Codecs.Decoders.DecodingSettings* value
);
public:
property Vintasoft.Imaging.Codecs.Decoders.DecodingSettings^ DecodingSettings { Vintasoft.Imaging.Codecs.Decoders.DecodingSettings^ get(); void set(Vintasoft.Imaging.Codecs.Decoders.DecodingSettings^ value); }