Gets or sets the predefined pixel format of the resulting image. The default value is PixelFormats.Pbgra32.
Namespace:
Neodynamic.WPFAssembly: Neodynamic.WPF.Barcode (in Neodynamic.WPF.Barcode.dll)
Version: 2.0.3000.0 (2.0.3000.0)
Syntax
C# |
---|
public PixelFormat PixelFormat { get; set; } |
Visual Basic (Declaration) |
---|
Public Property PixelFormat As PixelFormat |
Visual C++ |
---|
public: property PixelFormat PixelFormat { PixelFormat get (); void set (PixelFormat value); } |