10 references to MaxValue
ReachFramework (10)
PrintConfig\PrtCap_Base.cs (2)
291return ParameterName + ": min=" + MinValue + ", max=" + MaxValue + 393if ((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)) 774max = option.CustomScaleWidth.MaxValue; 780if (option.CustomScaleHeight.MaxValue < max) 781max = option.CustomScaleHeight.MaxValue; 792(option.CustomSquareScale.MaxValue < max)) 794max = option.CustomSquareScale.MaxValue;