Gets or sets a value that indicates whether the resulting Portable Network Graphics (PNG) bitmap should interlace.
Namespace: Neodynamic.WPFAssembly: Neodynamic.WPF.Barcode (in Neodynamic.WPF.Barcode.dll) Version: 4.0.3500.0 (4.0.3500.0)
Syntax
C# |
---|
public PngInterlaceOption PngInterlace { get; set; } |
Visual Basic |
---|
Public Property PngInterlace As PngInterlaceOption Get Set |
Visual C++ |
---|
public: property PngInterlaceOption PngInterlace { PngInterlaceOption get (); void set (PngInterlaceOption value); } |