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