10 references to MaxValue
ReachFramework (10)
PrintConfig\PrtCap_Base.cs (2)
281
return ParameterName + ": min=" + MinValue + ", max=" +
MaxValue
+
380
if ((MinValue >= 0) && (
MaxValue
>= 0) && (DefaultValue >= 0))
PrintConfig\PrtCap_Public_Simple.cs (8)
373
(_printCap.JobCopyCountCapability.
MaxValue
!= PrintSchema.UnspecifiedIntValue))
375
_maxCopyCount = _printCap.JobCopyCountCapability.
MaxValue
;
766
(option.CustomScaleWidth.
MaxValue
< max))
768
max = option.CustomScaleWidth.
MaxValue
;
774
if (option.CustomScaleHeight.
MaxValue
< max)
775
max = option.CustomScaleHeight.
MaxValue
;
786
(option.CustomSquareScale.
MaxValue
< max))
788
max = option.CustomSquareScale.
MaxValue
;