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