Class Property

Class Property

Nazwa przestrzeń: Aspose.Page.XPS.XpsMetadata Zgromadzenie: Aspose.Page.dll (25.4.0)

Klasa, która wdraża wspólny PrintTicket Property.Klasa podstawowa dla wszystkich określonych w schemacie właściwości.A Property element deklaruje urządzenie, formatowanie pracy lub inne odpowiednie właściwościktórego nazwa jest podana przez jego atrybut nazwy. element Aspose.Page.XPS.XpsMetadata.Value jest używany do przyznaniaWartość dla Property.A Property może być złożona, prawdopodobnie zawierająca wiele podwłaściwości.Subwłaściwości są również reprezentowane przez Property elementów .https://docs.microsoft.com/en-us/windows/win32/printdocs/własność

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

Dziedziczeni członkowie

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

Constructors

Property(pasek, nieruchomości, params IPropertyItem[])

Stworzyła się nowa instancja

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

Parameters

name string

Imię własności.

property Property

Obowiązkowy przykład Aspose.Page.XPS.XpsMetadata.Property.

items IPropertyItem [ ]

Arbitryczny zestaw przykładów Aspose.Page.XPS.XpsMetadata.IPropertyItem.Każdy z nich musi być Aspose.Page.XPS.XpsMetadata.Property lub Aspose.Page.XPS.XpsMetadata.Value instancja.

Property(strona, wartość, parametry IPropertyItem[])

Stworzyła się nowa instancja

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

Parameters

name string

Imię własności.

value Value

Obowiązkowy przykład Aspose.Page.XPS.XpsMetadata.Value.

items IPropertyItem [ ]

Arbitryczny zestaw przykładów Aspose.Page.XPS.XpsMetadata.IPropertyItem.Każdy z nich musi być Aspose.Page.XPS.XpsMetadata.Property lub Aspose.Page.XPS.XpsMetadata.Value instancja.

 Polski