Gets the ImageSettings object which provides different configurations for saving barcode images.
Namespace: Neodynamic.WPFAssembly: Neodynamic.WPF.Barcode (in Neodynamic.WPF.Barcode.dll) Version: 4.0.3500.0 (4.0.3500.0)
Syntax
C# |
---|
public ImageSettings ImageSettings { get; } |
Visual Basic |
---|
Public ReadOnly Property ImageSettings As ImageSettings Get |
Visual C++ |
---|
public: property ImageSettings^ ImageSettings { ImageSettings^ get (); } |