6 references to CustomScaleHeight
ReachFramework (6)
PrintConfig\PageScaling.cs (2)
123((CustomScaleHeight != null) ? CustomScaleHeight.ToString() : "null") + " x " +
PrintConfig\PrtCap_Public_Simple.cs (4)
771if (option.CustomScaleHeight.MinValue > min) 772min = option.CustomScaleHeight.MinValue; 774if (option.CustomScaleHeight.MaxValue < max) 775max = option.CustomScaleHeight.MaxValue;