LabelDetails Members
Stores detailed Label product settings.Constructors
Name | Description |
---|---|
LabelDetails() | Initializes a new instance of the LabelDetails class with the default settings. |
Properties
Name | Description |
---|---|
BottomMargin | Specifies the bottom margin of a label. |
Height | Specifies the label’s height. |
HPitch | Specifies the horizontal pitch of a label. |
Id | Specifies the ID of a label. |
LeftMargin | Specifies the left margin of a label. |
Name | Specifies the label product name. |
PaperKindId | Specifies the paper kind ID of a label. |
ProductId | Specifies the label’s product. |
RightMargin | Specifies the right margin of a label. |
TopMargin | Specifies the top margin of a label. |
Unit | Specifies a unit of measure of a label. |
VPitch | Specifies the vertical pitch of a label. |
Width | Specifies the label’s width. |
Methods
Name | Description |
---|---|
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also