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