'Declaration Public Property Settings As TiffEncoderSettings
public TiffEncoderSettings Settings { get; set; }
public: __property TiffEncoderSettings* get_Settings(); public: __property void set_Settings(
TiffEncoderSettings* value
);
public:
property TiffEncoderSettings^ Settings { TiffEncoderSettings^ get(); void set(TiffEncoderSettings^ value); }