PrintTicketParameterDefinition.RangeMax 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得可指派給這個列印參數的最大值, (假設整數資料類型) 或可指派的字串長度上限, (假設字串資料類型) 。
public:
property int RangeMax { int get(); };
int RangeMax();
public int RangeMax { get; }
var int32 = printTicketParameterDefinition.rangeMax;
Public ReadOnly Property RangeMax As Integer
屬性值
, int
表示最大值。
適用於