Class LabelTemplate
Wraps a label template.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Moraware.JobTrackerAPI5
Assembly: JobTrackerAPI5.dll
Syntax
public class LabelTemplate : JTObject
Properties
ColumnsPerPage
The number of labels to be printed in each column on a page of labels.
Declaration
public int ColumnsPerPage { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
DrawBorder
True if a border should be drawn around each label.
Declaration
public bool DrawBorder { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
IsInactive
Indicates whether the label template has been marked inactive.
Declaration
public bool IsInactive { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
LabelHeightInches
The height of each label, in inches.
Declaration
public decimal LabelHeightInches { get; }
Property Value
| Type | Description |
|---|---|
| System.Decimal |
LabelTemplateId
LabelTemplate id.
Declaration
public int LabelTemplateId { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
LabelTemplateName
LabelTemplate name.
Declaration
public string LabelTemplateName { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
LabelWidthInches
The width of each label, in inches.
Declaration
public decimal LabelWidthInches { get; }
Property Value
| Type | Description |
|---|---|
| System.Decimal |
MarginBottomInches
The bottom margin, in inches.
Declaration
public decimal MarginBottomInches { get; }
Property Value
| Type | Description |
|---|---|
| System.Decimal |
MarginLeftInches
The left margin, in inches.
Declaration
public decimal MarginLeftInches { get; }
Property Value
| Type | Description |
|---|---|
| System.Decimal |
MarginRightInches
The right margin, in inches.
Declaration
public decimal MarginRightInches { get; }
Property Value
| Type | Description |
|---|---|
| System.Decimal |
MarginTopInches
The top margin, in inches.
Declaration
public decimal MarginTopInches { get; }
Property Value
| Type | Description |
|---|---|
| System.Decimal |
PageHeightInches
Height, in inches, of each page.
Declaration
public decimal PageHeightInches { get; }
Property Value
| Type | Description |
|---|---|
| System.Decimal |
PageWidthInches
Width, in inches, of each page.
Declaration
public decimal PageWidthInches { get; }
Property Value
| Type | Description |
|---|---|
| System.Decimal |
PrintRowsThenColumns
True if the labels on a page are ordered from left to right and then top to bottom.
Declaration
public bool PrintRowsThenColumns { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
RowsPerPage
The number of labels to be printed in each row on a page of labels.
Declaration
public int RowsPerPage { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
SeqNum
Indicates the order of this label within the set of defined labels.
Declaration
public int SeqNum { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |