Gets or sets whether quiet zones are used for drawing Text, Code and HumanReadableText properties.
Namespace:
Neodynamic.SilverlightAssembly: Neodynamic.Silverlight.Barcode (in Neodynamic.Silverlight.Barcode.dll) Version: 1.0.0.0 (1.0.40.0)
Syntax
C# |
---|
public bool UseQuietZoneForText { get; set; } |
Visual Basic (Declaration) |
---|
Public Property UseQuietZoneForText As Boolean |
Visual C++ |
---|
public: property bool UseQuietZoneForText { bool get (); void set (bool value); } |