'Declaration <DefaultValueAttribute(Auto)> <DescriptionAttribute("The preprocessing method applied to the image data before compression.")> Public Property FilterMethod As Vintasoft.Imaging.Codecs.ImageFiles.Png.PngFilterMethod
[DefaultValue(Auto)] [Description("The preprocessing method applied to the image data before compression.")] public Vintasoft.Imaging.Codecs.ImageFiles.Png.PngFilterMethod FilterMethod { get; set; }
[DefaultValue(Auto)] [Description("The preprocessing method applied to the image data before compression.")] public: __property Vintasoft.Imaging.Codecs.ImageFiles.Png.PngFilterMethod get_FilterMethod(); public: __property void set_FilterMethod(
Vintasoft.Imaging.Codecs.ImageFiles.Png.PngFilterMethod value
);
[DefaultValue(Auto)] [Description("The preprocessing method applied to the image data before compression.")] public:
property Vintasoft.Imaging.Codecs.ImageFiles.Png.PngFilterMethod FilterMethod { Vintasoft.Imaging.Codecs.ImageFiles.Png.PngFilterMethod get(); void set(Vintasoft.Imaging.Codecs.ImageFiles.Png.PngFilterMethod value); }