10 references to MaxValue
ReachFramework (10)
PrintConfig\PrtCap_Base.cs (2)
280return ParameterName + ": min=" + MinValue + ", max=" + MaxValue + 379if ((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)) 767max = option.CustomScaleWidth.MaxValue; 773if (option.CustomScaleHeight.MaxValue < max) 774max = option.CustomScaleHeight.MaxValue; 785(option.CustomSquareScale.MaxValue < max)) 787max = option.CustomSquareScale.MaxValue;