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