BarcodeField.BarcodeField

BarcodeField(Page, Rectangle)

Initializes new instance of the BarcodeField class.

public BarcodeField(Page page, Rectangle rect)
ParameterTypeDescription
pagePageThe page where to place new barcode.
rectRectangleBarcode sizes given in rectangle.

See Also


BarcodeField(Document, Rectangle)

Initializes new instance of the BarcodeField class.

public BarcodeField(Document doc, Rectangle rect)
ParameterTypeDescription
docDocumentDocument where field will be created.
rectRectangleRectangle where field will be placed on the page.

See Also