PrintTicketParameterDefinition.RangeMin Property

Definition

Gets the minimum value that can be assigned to this print parameter (assuming an integer datatype) or the minimum length of string that can be assigned (assuming a string datatype).

public:
 property int RangeMin { int get(); };
int RangeMin();
public int RangeMin { get; }
var int32 = printTicketParameterDefinition.rangeMin;
Public ReadOnly Property RangeMin As Integer

Property Value

Int32

int

An int indicating the minimum value.

Applies to