PrintTicketParameterDefinition.RangeMin 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 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.