PrintTicketParameterDefinition.RangeMax Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the maximum value that can be assigned to this print parameter (assuming an integer datatype) or the maximum length of string that can be assigned (assuming a string datatype).
public:
property int RangeMax { int get(); };
int RangeMax();
public int RangeMax { get; }
var int32 = printTicketParameterDefinition.rangeMax;
Public ReadOnly Property RangeMax As Integer
Property Value
Int32
int
An int
indicating the maximum value.