Class StringParameterInit
Namespace: Aspose.Page.XPS.XpsMetadata
Assembly: Aspose.Page.dll (25.1.2)
Базовый класс для всех инициализаторов строковых параметров.
public abstract class StringParameterInit : ParameterInit, IPrintTicketItem, IPrintTicketElementChild
Наследование
object ← PrintTicketElement ← ParameterInit ← StringParameterInit
Производные
DocumentBannerSheetSource, DocumentCoverBackSource, DocumentCoverFrontSource, DocumentImpositionColor, DocumentPageRanges, JobComment, JobErrorSheetSource, JobPrimaryBannerSheetSource, JobPrimaryCoverBackSource, JobPrimaryCoverFrontSource, PageBlendColorSpaceICCProfileURI, PageDestinationColorProfileEmbedded, PageDestinationColorProfileURI, PageDeviceColorSpaceProfileURI, PageSourceColorProfileEmbedded, PageSourceColorProfileURI, PageWatermarkTextColor, PageWatermarkTextText
Реализует
IPrintTicketItem, IPrintTicketElementChild
Унаследованные члены
PrintTicketElement.Name, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Конструкторы
StringParameterInit(string, string)
Создает новый экземпляр.
public StringParameterInit(string name, string value)
Параметры
name
string
Имя параметра.
value
string
Значение параметра.
Свойства
MaxLength
Для строковых значений определяет максимальную допустимую длину строки.
public virtual int MaxLength { get; }
Значение свойства
MinLength
Для строковых значений определяет минимальную допустимую длину строки.
public virtual int MinLength { get; }