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