6 references to CustomScaleHeight
ReachFramework (6)
PrintConfig\PageScaling.cs (2)
130((CustomScaleHeight != null) ? CustomScaleHeight.ToString() : "null") + " x " +
PrintConfig\PrtCap_Public_Simple.cs (4)
777if (option.CustomScaleHeight.MinValue > min) 778min = option.CustomScaleHeight.MinValue; 780if (option.CustomScaleHeight.MaxValue < max) 781max = option.CustomScaleHeight.MaxValue;