Class IntegerValue

Class IntegerValue

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

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

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

Inheritance

objectPrintTicketElementValueIntegerValue

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

IntegerValue(int)

Creates a new instance.

public IntegerValue(int value)

Parameters

value int

An integer value.

 English