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