Class Property

Class Property

Tên không gian: Aspose.Page.XPS.XpsMetadata Tổng hợp: Aspose.Page.dll (25.4.0)

Các lớp học thực hiện một PrintTicket chung Property.Lớp cơ sở cho tất cả các thuộc tính được xác định theo lịch trình.A Property element tuyên bố một thiết bị, định dạng công việc, hoặc bất kỳ tài sản có liên quan nào khácđược đặt tên bởi thuộc tính tên của nó. Một Aspose.Page.XPS.XpsMetadata.Value element được sử dụng để phân bổMột giá trị cho Property.A Property Có thể phức tạp, có thể chứa nhiều thuộc tính phụ.Các thuộc tính phụ cũng được đại diện bởi Property Các yếu tốhttps://docs.microsoft.com/en-us/windows/win32/printdocs/tự sở hữu

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

Thành viên thừa kế

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

Constructors

Property(string, Bất động sản, params IPropertyItem[])

tạo ra một trường hợp mới.

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

Parameters

name string

Một cái tên tài sản.

property Property

Một trường hợp bắt buộc Aspose.Page.XPS.XpsMetadata.Property.

items IPropertyItem [ ]

Một loạt tùy ý của Aspose.Page.XPS.XpsMetadata.IPropertyItem ví dụ.Mỗi người phải là một Aspose.Page.XPS.XpsMetadata.Property hoặc một Aspose.Page.XPS.XpsMetadata.Value ví dụ.

Property(string, giá trị, params IPropertyItem[])

tạo ra một trường hợp mới.

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

Parameters

name string

Một cái tên tài sản.

value Value

Một trường hợp bắt buộc Aspose.Page.XPS.XpsMetadata.Value.

items IPropertyItem [ ]

Một loạt tùy ý của Aspose.Page.XPS.XpsMetadata.IPropertyItem ví dụ.Mỗi người phải là một Aspose.Page.XPS.XpsMetadata.Property hoặc một Aspose.Page.XPS.XpsMetadata.Value ví dụ.

 Tiếng Việt