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