Class Property
Namespace: Aspose.Page.XPS.XpsMetadata
Assembly: Aspose.Page.dll (25.1.2)
Klasa, która implementuje wspólną Property
drukowania.
Klasa bazowa dla wszystkich właściwości zdefiniowanych w schemacie.
Element Property
deklaruje urządzenie, formatowanie zadania lub inną odpowiednią właściwość,
której nazwa jest podana przez atrybut name. Element Aspose.Page.XPS.XpsMetadata.Value jest używany do przypisania
wartości do Property
.Property
może być złożony, mogąc zawierać wiele podwłaściwości.
Podwłaściwości są również reprezentowane przez elementy Property
.
https://docs.microsoft.com/en-us/windows/win32/printdocs/property
public class Property : CompositePrintTicketElement, IPrintTicketItem, IFeatureItem, IOptionItem, IScoredPropertyItem, IPropertyItem, IPrintTicketElementChild
Dziedziczenie
object ←
PrintTicketElement ←
CompositePrintTicketElement ←
Property
Pochodne
InputBin.FeedDirection,
InputBin.FeedFace,
IDProperty,
JobOptimalDestinationColorProfile,
NameProperty,
PageImageableSize,
SelectionType,
URIProperty
Implementuje
IPrintTicketItem,
IFeatureItem,
IOptionItem,
IScoredPropertyItem,
IPropertyItem,
IPrintTicketElementChild
Członkowie dziedziczeni
PrintTicketElement.Name,
object.GetType(),
object.MemberwiseClone(),
object.ToString(),
object.Equals(object?),
object.Equals(object?, object?),
object.ReferenceEquals(object?, object?),
object.GetHashCode()
Konstruktory
Property(string, Property, params IPropertyItem[])
Tworzy nową instancję.
public Property(string name, Property property, params IPropertyItem[] items)
Parametry
name
string
Nazwa właściwości.
property
Property
Obowiązkowa instancja Aspose.Page.XPS.XpsMetadata.Property.
items
IPropertyItem[]
Arbitralna tablica instancji Aspose.Page.XPS.XpsMetadata.IPropertyItem.
Każda z nich musi być instancją Aspose.Page.XPS.XpsMetadata.Property lub Aspose.Page.XPS.XpsMetadata.Value.
Property(string, Value, params IPropertyItem[])
Tworzy nową instancję.
public Property(string name, Value value, params IPropertyItem[] items)
Parametry
name
string
Nazwa właściwości.
value
Value
Obowiązkowa instancja Aspose.Page.XPS.XpsMetadata.Value.
items
IPropertyItem[]
Arbitralna tablica instancji Aspose.Page.XPS.XpsMetadata.IPropertyItem.
Każda z nich musi być instancją Aspose.Page.XPS.XpsMetadata.Property lub Aspose.Page.XPS.XpsMetadata.Value.