6 references to CustomScaleWidth
ReachFramework (6)
PrintConfig\PageScaling.cs (2)
119
((
CustomScaleWidth
!= null) ?
CustomScaleWidth
.ToString() : "null") + " x " +
PrintConfig\PrtCap_Public_Simple.cs (4)
759
(option.
CustomScaleWidth
.MinValue > min))
761
min = option.
CustomScaleWidth
.MinValue;
765
(option.
CustomScaleWidth
.MaxValue < max))
767
max = option.
CustomScaleWidth
.MaxValue;