Class StringParameterInit

Class StringParameterInit

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

Base class for all string parameter initializers.

public abstract class StringParameterInit : ParameterInit, IPrintTicketItem, IPrintTicketElementChild

Inheritance

objectPrintTicketElementParameterInitStringParameterInit

Derived

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

Implements

IPrintTicketItem, IPrintTicketElementChild

Inherited Members

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

Constructors

StringParameterInit(string, string)

Creates a new instance.

public StringParameterInit(string name, string value)

Parameters

name string

The parameter name.

value string

The parameter value.

Properties

MaxLength

For string values, defines the longest allowed string.

public virtual int MaxLength { get; }

Property Value

int

MinLength

For string values, defines the shortest allowed string.

public virtual int MinLength { get; }

Property Value

int

 English