'Declaration Public Property RenderingSettings As Vintasoft.Imaging.Codecs.Decoders.PdfRenderingSettings
public Vintasoft.Imaging.Codecs.Decoders.PdfRenderingSettings RenderingSettings { get; set; }
public: __property Vintasoft.Imaging.Codecs.Decoders.PdfRenderingSettings* get_RenderingSettings(); public: __property void set_RenderingSettings(
Vintasoft.Imaging.Codecs.Decoders.PdfRenderingSettings* value
);
public:
property Vintasoft.Imaging.Codecs.Decoders.PdfRenderingSettings^ RenderingSettings { Vintasoft.Imaging.Codecs.Decoders.PdfRenderingSettings^ get(); void set(Vintasoft.Imaging.Codecs.Decoders.PdfRenderingSettings^ value); }