-
Notifications
You must be signed in to change notification settings - Fork 9
GPVMailingLabel
Peter Girard edited this page Apr 29, 2017
·
2 revisions
The GPVMailingLabel table contains the layouts of all possible mailing labels that can be generated by the GPV. The data in this table is derived from an Access table that used to support mailing labels in Microsoft products. The data has not been updated for many years, so newer mailing label formats may not be defined here.
- ID - The unique identifier for this mailing label format (not null).
- Manufacturer - The name of the manufacturer (not null).
- ModelNo - The manufacturer's model number for this mailing label format (not null).
- LabelSize - A textual description of the size of the labels.
- IsAvailable - Specifies whether this format should be provided as a choice in the GPV, 1 for yes and 0 for no.
- LabelsAcross - The number of labels that fit across the width of the page.
- dxLabel - The width of the label in points.
- dyLabel - The height of the label in points.
- dxSpace - The horizontal spacing between labels in points.
- dySpace - The vertical spacing between labels in points.
- xLeft - The margin in X between the left edge of the page and left side of the first column of labels, in points.
- xRight - The margin in X between the right edge of the page and right side of the last column of labels, in points.
- yTop - The margin in Y between the top edge of the page and top side of the first row of labels, in points.
- xOrg - The padding in X between the left side of the label and the label text, in points.
- yOrg - The padding in Y between the top of the label and the label text, in points.
- IsDotMatrix - Specifies whether this label format is targeted at dot-matrix printers, 1 for yes and 0 for no.
- IsPortrait - Specifies whether this label format is targeted for a portrait-oriented page, 1 for yes (portrait) and 0 for no (landscape).
- IsMetric - Specifies whether this label format is in metric units, 1 for yes and 0 for no.