10 references to MaxValue
ReachFramework (10)
PrintConfig\PrtCap_Base.cs (2)
280
return ParameterName + ": min=" + MinValue + ", max=" +
MaxValue
+
379
if ((MinValue >= 0) && (
MaxValue
>= 0) && (DefaultValue >= 0))
PrintConfig\PrtCap_Public_Simple.cs (8)
372
(_printCap.JobCopyCountCapability.
MaxValue
!= PrintSchema.UnspecifiedIntValue))
374
_maxCopyCount = _printCap.JobCopyCountCapability.
MaxValue
;
765
(option.CustomScaleWidth.
MaxValue
< max))
767
max = option.CustomScaleWidth.
MaxValue
;
773
if (option.CustomScaleHeight.
MaxValue
< max)
774
max = option.CustomScaleHeight.
MaxValue
;
785
(option.CustomSquareScale.
MaxValue
< max))
787
max = option.CustomSquareScale.
MaxValue
;