TemplateBarcode

TemplateBarcode class

Provides the template barcode field.

public sealed class TemplateBarcode : TemplateItem

Constructors

Name Description
TemplateBarcode(Rectangle, string) Initializes a new instance of the TemplateBarcode class.
TemplateBarcode(Rectangle, string, int?) Initializes a new instance of the TemplateBarcode class with the UPPER CASE name.
TemplateBarcode(Rectangle, string, int?, bool) Initializes a new instance of the TemplateBarcode class.

Properties

Name Description
Name { get; } Gets the name of the template item.
PageIndex { get; } Gets the page index of the template item.
Rectangle { get; } Gets the rectangular area that contains the template barcode field.
UseUpperCaseName { get; } Gets a boolean value that indicates whether a Name was converted to UPPER CASE.

See Also