• My app will be dynamically loading custom label stored label sizes. All the label measurements I have are denominated in inches.

    I have set all units to inches. The object inspector still shows all properties as *_mm. Can I assume that if I enter data to set custom label sizes that I am dealing in inches even though the properties are referred to as "mm."

    I do realize I could convert. Would be easier if I didn't have too :)

    Herb

    • Offizieller Beitrag

    WPForm uses cm or inch natively. When you change the property FD.Units this affects the way the objects are handled. This system avoids possible rounding errors.

    The values displayed are the RulerUnits which can be either of both and don't affect the handling.

    I think if I sent Units to wpfInch it will work fine.

    Julian