Class DecimalValue

Class DecimalValue

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

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

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

Inheritance

objectPrintTicketElementValueDecimalValue

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

DecimalValue(decimal)

Creates a new instance.

public DecimalValue(decimal value)

Parameters

value decimal

A decimal value.

 English