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, double?) Initializes a new instance of the TemplateBarcode class.
TemplateBarcode(Rectangle, string, double?, bool) Initializes a new instance of the TemplateBarcode class.

Properties

Name Description
Name { get; } Gets the name of the template item.
PageWidth { get; } Gets the width of the page that was used to create 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.

Methods

Name Description
override Scale(double) Scales this template item by a given factor.

See Also