Class StringParameterInit
Название пространства: Aspose.Page.XPS.XpsMetadata Ассоциация: Aspose.Page.dll (25.4.0)
Базовый класс для всех инициализаторов параметров строки.
public abstract class StringParameterInit : ParameterInit, IPrintTicketItem, IPrintTicketElementChild
Inheritance
object ← PrintTicketElement ← ParameterInit ← StringParameterInit
Derived
DocumentBannerSheetSource , DocumentCoverBackSource , DocumentCoverFrontSource , DocumentImpositionColor , DocumentPageRanges , JobComment , JobErrorSheetSource , JobPrimaryBannerSheetSource , JobPrimaryCoverBackSource , JobPrimaryCoverFrontSource , PageBlendColorSpaceICCProfileURI , PageDestinationColorProfileEmbedded , PageDestinationColorProfileURI , PageDeviceColorSpaceProfileURI , PageSourceColorProfileEmbedded , PageSourceColorProfileURI , PageWatermarkTextColor , PageWatermarkTextText
Implements
IPrintTicketItem , IPrintTicketElementChild
Наследованные члены
PrintTicketElement.Name , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
StringParameterInit(Стринг, Стринг)
Это создает новую инстанцию.
public StringParameterInit(string name, string value)
Parameters
name
string
Название параметров .
value
string
Стоимость параметров .
Properties
MaxLength
Для значений строки определяется самый длинный разрешенный строк.
public virtual int MaxLength { get; }
Стоимость недвижимости
MinLength
Для значений строки определяется самый короткий разрешенный строк.
public virtual int MinLength { get; }