6 references to CustomScaleWidth
ReachFramework (6)
PrintConfig\PageScaling.cs (2)
129((CustomScaleWidth != null) ? CustomScaleWidth.ToString() : "null") + " x " +
PrintConfig\PrtCap_Public_Simple.cs (4)
766(option.CustomScaleWidth.MinValue > min)) 768min = option.CustomScaleWidth.MinValue; 772(option.CustomScaleWidth.MaxValue < max)) 774max = option.CustomScaleWidth.MaxValue;