'Declaration <DefaultValueAttribute(NoInterlace)> <DescriptionAttribute("The interlace method.")> Public Property InterlaceMethod As Vintasoft.Imaging.Codecs.ImageFiles.Png.PngInterlaceMethod
[DefaultValue(NoInterlace)] [Description("The interlace method.")] public Vintasoft.Imaging.Codecs.ImageFiles.Png.PngInterlaceMethod InterlaceMethod { get; set; }
[DefaultValue(NoInterlace)] [Description("The interlace method.")] public: __property Vintasoft.Imaging.Codecs.ImageFiles.Png.PngInterlaceMethod get_InterlaceMethod(); public: __property void set_InterlaceMethod(
Vintasoft.Imaging.Codecs.ImageFiles.Png.PngInterlaceMethod value
);
[DefaultValue(NoInterlace)] [Description("The interlace method.")] public:
property Vintasoft.Imaging.Codecs.ImageFiles.Png.PngInterlaceMethod InterlaceMethod { Vintasoft.Imaging.Codecs.ImageFiles.Png.PngInterlaceMethod get(); void set(Vintasoft.Imaging.Codecs.ImageFiles.Png.PngInterlaceMethod value); }