Class IntegerValue

Class IntegerValue

Název místa: Aspose.Page.XPS.XpsMetadata Shromáždění: Aspose.Page.dll (25.4.0)

Třída, která inkapsuluje integrovanou hodnotu v dokumentu PrintTicket.

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

Inheritance

object PrintTicketElement Value IntegerValue

Implements

IScoredPropertyItem , IPropertyItem , IPrintTicketElementChild

Dědiční členové

Value.ValueString , PrintTicketElement.Name , object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

IntegerValue(Int)

Vytváříme novou instanci.

public IntegerValue(int value)

Parameters

value int

Je to celková hodnota.

 Čeština