Skip to content

PDFBarcodeQuietZones

Namespace: O2S.Components.PDF4NET.Graphics

Defines the quiet zones for a barcode.

public class PDFBarcodeQuietZones

Inheritance ObjectPDFBarcodeQuietZones

Remarks

The quiet zone is a blank area around the barcode that delimitates the barcode graphics from the other printed content.

Constructors

PDFBarcodeQuietZones()

Initializes a new PDFBarcodeQuietZones object.

public PDFBarcodeQuietZones()

Properties

Bottom

Gets or sets the bottom quiet zone.

public double Bottom { get; set; }

Property Value

Double
The width of the quiet zone at the bottom of the barcode.

Remarks

The quiet zone is measured as a multiple of PDFBarcode.XDimension.


Left

Gets or sets the left quiet zone.

public double Left { get; set; }

Property Value

Double
The width of the quiet zone at the left of the barcode.

Remarks

The quiet zone is measured as a multiple of PDFBarcode.XDimension.


Gets or sets the right quiet zone.

public double Right { get; set; }

Property Value

Double
The width of the quiet zone at the right of the barcode.

Remarks

The quiet zone is measured as a multiple of PDFBarcode.XDimension.


Top

Gets or sets the top quiet zone.

public double Top { get; set; }

Property Value

Double
The width of the quiet zone at the top of the barcode.

Remarks

The quiet zone is measured as a multiple of PDFBarcode.XDimension.