10 references to MaxValue
ReachFramework (10)
PrintConfig\PrtCap_Base.cs (2)
281return ParameterName + ": min=" + MinValue + ", max=" + MaxValue + 380if ((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)) 768max = option.CustomScaleWidth.MaxValue; 774if (option.CustomScaleHeight.MaxValue < max) 775max = option.CustomScaleHeight.MaxValue; 786(option.CustomSquareScale.MaxValue < max)) 788max = option.CustomSquareScale.MaxValue;