Class IntegerValue

IntegerValue class

The class that incapsulates an Integer value in a PrintTicket document.

public sealed class IntegerValue : Value

Constructors

NameDescription
IntegerValue(int)Creates a new instance.

Properties

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

See Also