Class BarcodeQuietZones
Represents the Class for specifying Quiet zones around the barcode.
Inheritance
System.Object
BarcodeQuietZones
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Barcode
Assembly: Syncfusion.SfBarcode.Windows.dll
Syntax
public sealed class BarcodeQuietZones
Constructors
BarcodeQuietZones()
Declaration
public BarcodeQuietZones()
Properties
All
Gets or sets the quiet zones around the bar code.
Declaration
public float All { get; set; }
Property Value
Type |
---|
System.Single |
Bottom
Gets or sets the quiet zones at bottom of the barcode.
Declaration
public float Bottom { get; set; }
Property Value
Type |
---|
System.Single |
IsAll
Check whether all the margin values are equal.
Declaration
public bool IsAll { get; }
Property Value
Type |
---|
System.Boolean |
Left
Gets or sets the quiet zones at the left side of the barcode.
Declaration
public float Left { get; set; }
Property Value
Type |
---|
System.Single |
Right
Gets or sets the quiet zones at the right side of the barcode.
Declaration
public float Right { get; set; }
Property Value
Type |
---|
System.Single |
Top
Gets or sets the quiet zones at Top of the barcode.
Declaration
public float Top { get; set; }
Property Value
Type |
---|
System.Single |