Class ParameterRef

Class ParameterRef

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

La classe che implementa un riferimento ai parametri comuni di PrintTicket.
Un elemento ParameterRef definisce un riferimento a un elemento Aspose.Page.XPS.XpsMetadata.ParameterInit.
Un elemento Aspose.Page.XPS.XpsMetadata.ScoredProperty che contiene un elemento ParameterRef non ha
un elemento Aspose.Page.XPS.XpsMetadata.Value impostato esplicitamente. Invece, l’elemento Aspose.Page.XPS.XpsMetadata.ScoredProperty
riceve il suo valore dall’elemento Aspose.Page.XPS.XpsMetadata.ParameterInit a cui fa riferimento un elemento ParameterRef.
https://docs.microsoft.com/en-us/windows/win32/printdocs/parameterref

public class ParameterRef : PrintTicketElement, IPrintTicketItem, IPrintTicketElementChild

Ereditarietà

object
PrintTicketElement
ParameterRef

Implementa

IPrintTicketItem,
IPrintTicketElementChild

Membri ereditati

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

Costruttori

ParameterRef(string)

Crea una nuova istanza.

public ParameterRef(string name)

Parametri

name string

Un nome del parametro.

 Italiano