Represents the Class for specifying Quiet zones around the barcode.

Namespace: Spire.Pdf.Barcode
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public sealed class PdfBarcodeQuietZones
Public NotInheritable Class PdfBarcodeQuietZones
public ref class PdfBarcodeQuietZones sealed
[<SealedAttribute>]
type PdfBarcodeQuietZones =  class end

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
PdfBarcodeQuietZones()()()()
Initializes a new instance of the PdfBarcodeQuietZones class
All
Gets or sets the quiet zones around the bar code.
Bottom
Gets or sets the quiet zones at bottom of the barcode.
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
IsAll
Check whether all the margin values are equal.
Left
Gets or sets the quiet zones at the left side of the barcode.
Right
Gets or sets the quiet zones at the right side of the barcode.
Top
Gets or sets the quiet zones at Top of the barcode.
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)

Inheritance Hierarchy

System..::..Object
  Spire.Pdf.Barcode..::..PdfBarcodeQuietZones

See Also