Click or drag to resize

PdfBarcodeQuietZones Class

Represents the Class for specifying Quiet zones around the barcode.
Inheritance Hierarchy
System Object
Spire.Pdf.Barcode PdfBarcodeQuietZones

Namespace: Spire.Pdf.Barcode
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public sealed class PdfBarcodeQuietZones

The PdfBarcodeQuietZones type exposes the following members.

Constructors
Name Description
Public method PdfBarcodeQuietZones
Initializes a new instance of the PdfBarcodeQuietZones class
Top
Properties
Name Description
Public property All
Gets or sets the quiet zones around the bar code.
Public property Bottom
Gets or sets the quiet zones at bottom of the barcode.
Public property IsAll
Check whether all the margin values are equal.
Public property Left
Gets or sets the quiet zones at the left side of the barcode.
Public property Right
Gets or sets the quiet zones at the right side of the barcode.
Public property Top
Gets or sets the quiet zones at Top of the barcode.
Top
Methods
Name Description
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object .)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
See Also