Class Property

Class Property

Nom dels espais: Aspose.Page.XPS.XpsMetadata Assemblea: Aspose.Page.dll (25.4.0)

La classe que implementa un PrintTicket comú Property.La classe de base per a totes les propietats definides en esquema.A Property El element declara un dispositiu, formatatge de treball o altres propietats pertinents.El nom del qual es dóna per l’atribute del seu nom. Un element Aspose.Page.XPS.xpsMetadata.Value s’utilitza per assignarUn valor per a la Property.A Property Pot ser complex, possiblement contenint múltiples subpropietats.Les subpropietats també són representades per Property Els elements.https://docs.microsoft.com/en-us/windows/win32/printdoces/propietat

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

Membres heretats

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

Constructors

Property(Llista, Propietat, Params IPropertyItem[])

Crea una nova instància.

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

Parameters

name string

Nom de la propietat.

property Property

Una instància obligatòria Aspose.Page.XPS.xpsMetadata.Property.

items IPropertyItem []

Una sèrie arbitrària de Aspose.Page.XPS.xpsMetadata.IPropertyItem instàncies.Cadascú ha de ser un Aspose.Page.XPS.xpsMetadata.Property o un exemple de valors.

Property(Llistat, Valor, Params IPropertyItem[])

Crea una nova instància.

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

Parameters

name string

Nom de la propietat.

value Value

Una instància obligatòria Aspose.Page.XPS.xpsMetadata.Value.

items IPropertyItem []

Una sèrie arbitrària de Aspose.Page.XPS.xpsMetadata.IPropertyItem instàncies.Cadascú ha de ser un Aspose.Page.XPS.xpsMetadata.Property o un exemple de valors.

 Català