Class Property

Class Property

Nama dari : Aspose.Page.XPS.XpsMetadata Perhitungan: Aspose.Page.dll (25.4.0)

Kelas yang mengimplementasikan PrintTicket Property.Kelas dasar untuk semua sifat yang ditentukan skema.A Property elemen mengisytiharkan perangkat, format pekerjaan, atau properti lain yang relevanyang namanya diberikan oleh atribut nama.A Aspose.Page.XPS.XpsMetadata.Value element digunakan untuk menugaskanSebuah nilai untuk Property.A Property dapat kompleks, mungkin mengandung beberapa subproperties.Subproperti juga diwakili oleh Property Elemen yanghttps://docs.microsoft.com/en-us/windows/win32/printdocs/property

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

anggota yang diwarisi

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

Constructors

Property(String, Properti, Param IPropertyItem[])

Mencipta instansi baru.

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

Parameters

name string

Sebuah nama properti.

property Property

Sebuah contoh wajib Aspose.Page.XPS.XpsMetadata.Property.

items IPropertyItem [ ]

Sebuah rangkaian arbitrari dari Aspose.Page.XPS.XpsMetadata.IPropertyItem instans.Setiap dari mereka harus menjadi Aspose.Page.XPS.XpsMetadata.Property atau Aspose.Page.XPS.XpsMetadata.Value contoh.

Property(String, Nilai, Param IPropertyItem[])

Mencipta instansi baru.

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

Parameters

name string

Sebuah nama properti.

value Value

Sebuah contoh Aspose.Page.XPS.XpsMetadata.Value wajib.

items IPropertyItem [ ]

Sebuah rangkaian arbitrari dari Aspose.Page.XPS.XpsMetadata.IPropertyItem instans.Setiap dari mereka harus menjadi Aspose.Page.XPS.XpsMetadata.Property atau Aspose.Page.XPS.XpsMetadata.Value contoh.

 Indonesia