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