Class StringValue

Class StringValue

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

La classe che incapsula un valore String in un documento PrintTicket.

public sealed class StringValue : Value, IScoredPropertyItem, IPropertyItem, IPrintTicketElementChild

Ereditarietà

objectPrintTicketElementValueStringValue

Implementa

IScoredPropertyItem, IPropertyItem, IPrintTicketElementChild

Membri Ereditati

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

Costruttori

StringValue(string)

Crea una nuova istanza.

public StringValue(string value)

Parametri

value string

Un valore stringa.

 Italiano