Class StringValue
Class StringValue
Namespace: Aspose.Page.XPS.XpsMetadata
Assembly: Aspose.Page.dll (25.1.2)
The class that incapsulates a String value in a PrintTicket document.
public sealed class StringValue : Value, IScoredPropertyItem, IPropertyItem, IPrintTicketElementChild
Inheritance
object ← PrintTicketElement ← Value ← StringValue
Implements
IScoredPropertyItem, IPropertyItem, IPrintTicketElementChild
Inherited Members
Value.ValueString, PrintTicketElement.Name, object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
StringValue(string)
Creates a new instance.
public StringValue(string value)
Parameters
value
string
A string value.