Class Property

Class Property

Il nome: Aspose.Page.XPS.XpsMetadata Assemblea: Aspose.Page.dll (25.4.0)

La classe che implementa un PrintTicket comune Property.La classe di base per tutte le proprietà definite in schema.A Property l’elemento dichiara un dispositivo, la formattazione del lavoro o un’altra proprietà pertinenteil cui nome viene dato dal suo atributo di nome. Un elemento Aspose.Page.XPS.XpsMetadata.Value viene utilizzato per assegnareUn valore per il Property.A Property Può essere complesso, possibilmente contenente molteplici subproprietà.Le proprietà sono rappresentate anche da Property degli elementi.https://docs.microsoft.com/en-us/windows/win32/printdocs/proprietà

public class Property : CompositePrintTicketElement, IPrintTicketItem, IFeatureItem, IOptionItem, IScoredPropertyItem, IPropertyItem, IPrintTicketElementChild

Inheritance

object PrintTicketElement CompositePrintTicketElement Property

Derived

InputBin.FeedDirection , InputBin.FeedFace , IDProperty , JobOptimalDestinationColorProfile , NameProperty , PageImageableSize , SelectionType , URIProperty

Implements

IPrintTicketItem , IFeatureItem , IOptionItem , IScoredPropertyItem , IPropertyItem , IPrintTicketElementChild

I membri ereditari

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

Constructors

Property(String, Proprietà, Parami IPropertyItem[])

Crea una nuova instanza.

public Property(string name, Property property, params IPropertyItem[] items)

Parameters

name string

Un nome di proprietà.

property Property

Un caso obbligatorio Aspose.Page.XPS.XpsMetadata.Property.

items IPropertyItem [ ]

Una serie arbitraria di Aspose.Page.XPS.XpsMetadata.IPropertyItem istanze.Ciascuno deve essere un Aspose.Page.XPS.XpsMetadata.Property o un Aspose.Page.XPS.XpsMetadata.Value esempio.

Property(String, Valore, Parami IPropertyItem[])

Crea una nuova instanza.

public Property(string name, Value value, params IPropertyItem[] items)

Parameters

name string

Un nome di proprietà.

value Value

Un caso obbligatorio Aspose.Page.XPS.XpsMetadata.Value.

items IPropertyItem [ ]

Una serie arbitraria di Aspose.Page.XPS.XpsMetadata.IPropertyItem istanze.Ciascuno deve essere un Aspose.Page.XPS.XpsMetadata.Property o un Aspose.Page.XPS.XpsMetadata.Value esempio.

 Italiano