Class StringParameterInit

Class StringParameterInit

Namespace: Aspose.Page.XPS.XpsMetadata
Assembly: Aspose.Page.dll (25.1.2)

Základní třída pro všechny inicializátory parametrů typu string.

public abstract class StringParameterInit : ParameterInit, IPrintTicketItem, IPrintTicketElementChild

Dědičnost

objectPrintTicketElementParameterInitStringParameterInit

Odvozené

DocumentBannerSheetSource, DocumentCoverBackSource, DocumentCoverFrontSource, DocumentImpositionColor, DocumentPageRanges, JobComment, JobErrorSheetSource, JobPrimaryBannerSheetSource, JobPrimaryCoverBackSource, JobPrimaryCoverFrontSource, PageBlendColorSpaceICCProfileURI, PageDestinationColorProfileEmbedded, PageDestinationColorProfileURI, PageDeviceColorSpaceProfileURI, PageSourceColorProfileEmbedded, PageSourceColorProfileURI, PageWatermarkTextColor, PageWatermarkTextText

Implementuje

IPrintTicketItem, IPrintTicketElementChild

Děděné členy

PrintTicketElement.Name, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Konstruktor

StringParameterInit(string, string)

Vytváří novou instanci.

public StringParameterInit(string name, string value)

Parametry

name string

Název parametru.

value string

Hodnota parametru.

Vlastnosti

MaxLength

Pro hodnoty typu string definuje nejdelší povolený řetězec.

public virtual int MaxLength { get; }

Hodnota vlastnosti

int

MinLength

Pro hodnoty typu string definuje nejkratší povolený řetězec.

public virtual int MinLength { get; }

Hodnota vlastnosti

int

 Čeština