Class IntegerValue
Class IntegerValue
Nombre del espacio: Aspose.Page.XPS.XpsMetadata Asamblea: Aspose.Page.dll (25.4.0)
La clase que incapsula un valor integral en un documento PrintTicket.
public sealed class IntegerValue : Value, IScoredPropertyItem, IPropertyItem, IPrintTicketElementChild
Inheritance
object ← PrintTicketElement ← Value ← IntegerValue
Implements
IScoredPropertyItem ,y, IPropertyItem ,y, IPrintTicketElementChild
Miembros heredados
Value.ValueString ,y, PrintTicketElement.Name ,y, object.GetType() ,y, object.ToString() ,y, object.Equals(object?) ,y, object.Equals(object?, object?) ,y, object.ReferenceEquals(object?, object?) ,y, object.GetHashCode()
Constructors
IntegerValue(Int)
Crea una nueva instancia.
public IntegerValue(int value)
Parameters
value
int
Un valor integral.