'Declaration <DescriptionAttribute("The decoding settings that are used for rasterizing of PDF pages.")> Public Property DecodingSettings As Vintasoft.Imaging.Codecs.Decoders.DecodingSettings
[Description("The decoding settings that are used for rasterizing of PDF pages.")] public Vintasoft.Imaging.Codecs.Decoders.DecodingSettings DecodingSettings { get; set; }
[Description("The decoding settings that are used for rasterizing of PDF pages.")] public: __property Vintasoft.Imaging.Codecs.Decoders.DecodingSettings* get_DecodingSettings(); public: __property void set_DecodingSettings(
Vintasoft.Imaging.Codecs.Decoders.DecodingSettings* value
);
[Description("The decoding settings that are used for rasterizing of PDF pages.")] public:
property Vintasoft.Imaging.Codecs.Decoders.DecodingSettings^ DecodingSettings { Vintasoft.Imaging.Codecs.Decoders.DecodingSettings^ get(); void set(Vintasoft.Imaging.Codecs.Decoders.DecodingSettings^ value); }