6 references to CustomScaleWidth
ReachFramework (6)
PrintConfig\PageScaling.cs (2)
129
((
CustomScaleWidth
!= null) ?
CustomScaleWidth
.ToString() : "null") + " x " +
PrintConfig\PrtCap_Public_Simple.cs (4)
766
(option.
CustomScaleWidth
.MinValue > min))
768
min = option.
CustomScaleWidth
.MinValue;
772
(option.
CustomScaleWidth
.MaxValue < max))
774
max = option.
CustomScaleWidth
.MaxValue;