Class StringValue

StringValue class

The class that incapsulates a String value in a PrintTicket document.

public sealed class StringValue : Value

Constructors

NameDescription
StringValue(string)Creates a new instance.

Properties

NameDescription
Name { get; }Gets the element name.
ValueString { get; }Gets the value as string.

See Also