LabelInfo Members
Provides a label's settings available in the
Label Wizard.
Constructors
Name |
Description |
LabelInfo()
|
Initializes a new instance of the LabelInfo class with the default settings.
|
Properties
Name |
Description |
BottomMargin
|
Specifies the bottom margin of a label, measured in the units defined by the LabelInfo.Unit property.
|
HPitch
|
Specifies the horizontal pitch of a label, measured in the units defined by the LabelInfo.Unit property.
|
LabelHeight
|
Specifies the label's height, measured in the units defined by the LabelInfo.Unit property.
|
LabelWidth
|
Specifies the label's width, measured in the units defined by the LabelInfo.Unit property.
|
LeftMargin
|
Specifies the left margin of a label, measured in the units defined by the LabelInfo.Unit property.
|
RightMargin
|
Specifies the right margin of a label, measured in the units defined by the LabelInfo.Unit property.
|
TopMargin
|
Specifies the top margin of a label, measured in the units defined by the LabelInfo.Unit property.
|
Unit
|
Specifies a unit for measuring a label's dimensions (i.e., its size, margins and pitch).
|
VPitch
|
Specifies the vertical pitch of a label, measured in the units defined by the LabelInfo.Unit property.
|
See Also