Class Property
Namespace: Aspose.Page.XPS.XpsMetadata
Assembly: Aspose.Page.dll (25.1.2)
Ortak bir PrintTicket Property
‘sını uygulayan sınıf.
Şemada tanımlı tüm özellikler için temel sınıf.
Bir Property
elementi, ad özniteliği ile verilen adı olan bir cihaz, iş formatlama veya diğer ilgili özellikleri bildirir. Bir Aspose.Page.XPS.XpsMetadata.Value elementi, Property
‘ye bir değer atamak için kullanılır.
Bir Property
, birden fazla alt özelliği içerebilecek karmaşık bir yapı olabilir.
Alt özellikler de Property
elementleri ile temsil edilir.
https://docs.microsoft.com/en-us/windows/win32/printdocs/property
public class Property : CompositePrintTicketElement, IPrintTicketItem, IFeatureItem, IOptionItem, IScoredPropertyItem, IPropertyItem, IPrintTicketElementChild
Miras
object ←
PrintTicketElement ←
CompositePrintTicketElement ←
Property
Türemiş
InputBin.FeedDirection,
InputBin.FeedFace,
IDProperty,
JobOptimalDestinationColorProfile,
NameProperty,
PageImageableSize,
SelectionType,
URIProperty
Uygulamalar
IPrintTicketItem,
IFeatureItem,
IOptionItem,
IScoredPropertyItem,
IPropertyItem,
IPrintTicketElementChild
Miras Alınan Üyeler
PrintTicketElement.Name,
object.GetType(),
object.MemberwiseClone(),
object.ToString(),
object.Equals(object?),
object.Equals(object?, object?),
object.ReferenceEquals(object?, object?),
object.GetHashCode()
Yapıcılar
Property(string, Property, params IPropertyItem[])
Yeni bir örnek oluşturur.
public Property(string name, Property property, params IPropertyItem[] items)
Parametreler
name
string
Bir özellik adı.
property
Property
Zorunlu bir Aspose.Page.XPS.XpsMetadata.Property örneği.
items
IPropertyItem[]
Her biri bir Aspose.Page.XPS.XpsMetadata.Property veya bir Aspose.Page.XPS.XpsMetadata.Value örneği olmalıdır.
Property(string, Value, params IPropertyItem[])
Yeni bir örnek oluşturur.
public Property(string name, Value value, params IPropertyItem[] items)
Parametreler
name
string
Bir özellik adı.
value
Value
Zorunlu bir Aspose.Page.XPS.XpsMetadata.Value örneği.
items
IPropertyItem[]
Her biri bir Aspose.Page.XPS.XpsMetadata.Property veya bir Aspose.Page.XPS.XpsMetadata.Value örneği olmalıdır.