Margins - Difference between label and page?

  • 1.For a WPForm there is LabelDef property which has

    LabelLeftBorder_mm
    labelTopBorder_mm

    which appear to be page margins. There is also the Page property with

    Bottom
    Top
    Left
    Right

    margins. How do these work together? Does setting one, set the other ones?

    2. Similarly, what does the SetPaperSize propert of LabelDef do?

  • I am writing my own LabelProperties dialog and have one more question:

    If, for one page, you have:

    1. the LabelLeftBorder_mm (which is the border from the left of the page to the start of the first label?) then

    2. "LabelColumns" number of labels across the page

    3. With "LabelBetweenVert" mm gap between each label across the page,...

    What about any right border/margin on the label sheet? Is that the same as the left border?
    Similarly with the top and botom margins.

    All the label sheets we buy (eg Avery etc) seem to have a printer margin all around the page (left and right margin (identical) and top/bottom margins)

    how do I copw with that?

    • Offizieller Beitrag

    Hi,

    >>What about any right border/margin on the label sheet? Is that the same as the left border?
    Similarly with the top and botom margins. <<

    Yes, it is using the property this way. I think it is the best I post the code which does the measurement here for a clearer documentation: