Class Property
İsim alanı : Aspose.Page.XPS.XpsMetadata Toplama: Aspose.Page.dll (25.4.0)
Ortak bir PrintTicket uygulayan sınıf Property
.Tüm şemaya göre belirlenmiş özellikler için temel sınıf.A Property
Element bir cihaz, iş biçimlendirmesi veya diğer ilgili mülkiyet ilan eder.Bir Aspose.Page.XPS.XpsMetadata.Value elemanı atamak için kullanılırBu değer için bir Property
.A Property
Karmaşık olabilir, muhtemelen birden fazla alt özellik içerir.Aşağıdakiler de temsil ediliyor Property
Elemanlar için.https://docs.microsoft.com/en-us/windows/win32/printdocs/mülkiyet
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
mirasçı üyeleri
PrintTicketElement.Name , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
Property(Çerçeve, Mülkiyet, Paramlar IPropertyItem[])
Yeni bir örnek oluşturur.
public Property(string name, Property property, params IPropertyItem[] items)
Parameters
name
string
Bir mülk adı.
property
Property
Bir zorunlu Aspose.Page.XPS.XpsMetadata.Property örneği.
items
IPropertyItem
[…]
Aspose.Page.XPS.XpsMetadata.IPropertyİtem örneklerinin bir aralığı.Her biri bir Aspose.Page.XPS.XpsMetadata.Property veya bir Aspose.Page.XPS.XpsMetadata.Value örneği olmalıdır.
Property(Çizgi, Değer, Paramlar IPropertyItem[])
Yeni bir örnek oluşturur.
public Property(string name, Value value, params IPropertyItem[] items)
Parameters
name
string
Bir mülk adı.
value
Value
Bir zorunlu Aspose.Page.XPS.XpsMetadata.Value örneği.
items
IPropertyItem
[…]
Aspose.Page.XPS.XpsMetadata.IPropertyİtem örneklerinin bir aralığı.Her biri bir Aspose.Page.XPS.XpsMetadata.Property veya bir Aspose.Page.XPS.XpsMetadata.Value örneği olmalıdır.