TemplateBarcode

TemplateBarcode(Rectangle, string)

Initializes a new instance of the TemplateBarcode class.

public TemplateBarcode(Rectangle rectangle, string name)
Parameter Type Description
rectangle Rectangle The rectangular area that contains the template barcode field.
name String The barcode field name.

See Also


TemplateBarcode(Rectangle, string, int?)

Initializes a new instance of the TemplateBarcode class with the UPPER CASE name.

public TemplateBarcode(Rectangle rectangle, string name, int? pageIndex)
Parameter Type Description
rectangle Rectangle The rectangular area that contains the template barcode field.
name String The barcode field name.
pageIndex Nullable`1 An integer value that represents the index of the page where the template item is located; null if the template item is located on any page.

See Also


TemplateBarcode(Rectangle, string, int?, bool)

Initializes a new instance of the TemplateBarcode class.

public TemplateBarcode(Rectangle rectangle, string name, int? pageIndex, bool useUpperCaseName)
Parameter Type Description
rectangle Rectangle The rectangular area that contains the template barcode field.
name String The barcode field name.
pageIndex Nullable`1 An integer value that represents the index of the page where the template item is located; null if the template item is located on any page.
useUpperCaseName Boolean The value that indicates whether a name is converted to UPPER CASE.

See Also