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