10 references to MaxValue
ReachFramework (10)
PrintConfig\PrtCap_Base.cs (2)
291
return ParameterName + ": min=" + MinValue + ", max=" +
MaxValue
+
393
if ((MinValue >= 0) && (
MaxValue
>= 0) && (DefaultValue >= 0))
PrintConfig\PrtCap_Public_Simple.cs (8)
379
(_printCap.JobCopyCountCapability.
MaxValue
!= PrintSchema.UnspecifiedIntValue))
381
_maxCopyCount = _printCap.JobCopyCountCapability.
MaxValue
;
772
(option.CustomScaleWidth.
MaxValue
< max))
774
max = option.CustomScaleWidth.
MaxValue
;
780
if (option.CustomScaleHeight.
MaxValue
< max)
781
max = option.CustomScaleHeight.
MaxValue
;
792
(option.CustomSquareScale.
MaxValue
< max))
794
max = option.CustomSquareScale.
MaxValue
;