Gets or sets a value that indicates whether the resulting Portable Network Graphics (PNG) bitmap should interlace.

Namespace:  Neodynamic.WPF
Assembly:  Neodynamic.WPF.Barcode (in Neodynamic.WPF.Barcode.dll)
Version: 2.0.3000.0 (2.0.3000.0)

Syntax

C#
public PngInterlaceOption PngInterlace { get; set; }
Visual Basic (Declaration)
Public Property PngInterlace As PngInterlaceOption
Visual C++
public:
property PngInterlaceOption PngInterlace {
	PngInterlaceOption get ();
	void set (PngInterlaceOption value);
}

See Also