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
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
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
MinLength
For string values, defines the shortest allowed string.
public virtual int MinLength { get; }