Class Property

Class Property

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

Kelas yang mengimplementasikan Property PrintTicket umum.
Kelas dasar untuk semua properti yang didefinisikan dalam skema.
Elemen Property mendeklarasikan perangkat, pemformatan pekerjaan, atau properti relevan lainnya
yang namanya diberikan oleh atribut namanya. Elemen Aspose.Page.XPS.XpsMetadata.Value digunakan untuk menetapkan
nilai ke Property.
Sebuah Property dapat kompleks, mungkin mengandung beberapa subproperti.
Subproperti juga diwakili oleh elemen Property.
https://docs.microsoft.com/en-us/windows/win32/printdocs/property

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

Pewarisan

object
PrintTicketElement
CompositePrintTicketElement
Property

Turunan

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

Mengimplementasikan

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()

Konstruktor

Property(string, Property, params IPropertyItem[])

Membuat instance baru.

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

Parameter

name string

Nama properti.

property Property

Instance Aspose.Page.XPS.XpsMetadata.Property yang wajib.

items IPropertyItem[]

Array sembarang dari instance Aspose.Page.XPS.XpsMetadata.IPropertyItem.
Setiap item harus merupakan instance Aspose.Page.XPS.XpsMetadata.Property atau Aspose.Page.XPS.XpsMetadata.Value.

Property(string, Value, params IPropertyItem[])

Membuat instance baru.

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

Parameter

name string

Nama properti.

value Value

Instance Aspose.Page.XPS.XpsMetadata.Value yang wajib.

items IPropertyItem[]

Array sembarang dari instance Aspose.Page.XPS.XpsMetadata.IPropertyItem.
Setiap item harus merupakan instance Aspose.Page.XPS.XpsMetadata.Property atau Aspose.Page.XPS.XpsMetadata.Value.

 Indonesia