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; }