Property MustBeBetweenOrEqual

Namespace TallComponents.PDF.JavaScript.Scripting
Class Messages

Indicates that a value falls outside particular bounds. Override this string to provide a localized version of the string "Invalid value: must be greater than or equal to %s and less than or equal to %s."

The first occurence of %s will be replaced by the actual lowerbound. The second occurence of %s will be replaced by the actual upperbound

Syntax

protected internal  String  MustBeBetweenOrEqual  {  get;  }

Property value

String