TemplateField

TemplateField(TemplatePosition, string)

Initializes a new instance of the TemplateField class.

public TemplateField(TemplatePosition position, string name)
Parameter Type Description
position TemplatePosition The field position.
name String The field name.

See Also


TemplateField(TemplatePosition, string, int?)

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

public TemplateField(TemplatePosition position, string name, int? pageIndex)
Parameter Type Description
position TemplatePosition The field position.
name String The 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


TemplateField(TemplatePosition, string, int?, bool)

Initializes a new instance of the TemplateField class.

public TemplateField(TemplatePosition position, string name, int? pageIndex, bool useUpperCaseName)
Parameter Type Description
position TemplatePosition The field position.
name String The 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