'Declaration <TypeConverterAttribute(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)> <DescriptionAttribute("The settings, which are used for vectorizing of PDF pages.")> Public Property RenderingSettings As Vintasoft.Imaging.Codecs.Decoders.PdfRenderingSettings
[TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)] [Description("The settings, which are used for vectorizing of PDF pages.")] public Vintasoft.Imaging.Codecs.Decoders.PdfRenderingSettings RenderingSettings { get; set; }
[TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)] [Description("The settings, which are used for vectorizing of PDF pages.")] public: __property Vintasoft.Imaging.Codecs.Decoders.PdfRenderingSettings* get_RenderingSettings(); public: __property void set_RenderingSettings(
Vintasoft.Imaging.Codecs.Decoders.PdfRenderingSettings* value
);
[TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)] [Description("The settings, which are used for vectorizing of PDF pages.")] public:
property Vintasoft.Imaging.Codecs.Decoders.PdfRenderingSettings^ RenderingSettings { Vintasoft.Imaging.Codecs.Decoders.PdfRenderingSettings^ get(); void set(Vintasoft.Imaging.Codecs.Decoders.PdfRenderingSettings^ value); }