PrintTicketParameterDefinition.RangeMax Property

Definition

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.

Applies to