Class Property

Class Property

名称: Aspose.Page.XPS.XpsMetadata 集合: Aspose.Page.dll (25.4.0)

通用 PrintTicket 的班级 Property.适用于所有规格定义属性的基础类。A Property 元素表示设备、工作格式或其他相关属性其名称是由其名称属性给予的. 一个 Aspose.Page.XPS.XpsMetadata.Value 元素被用来分配一个价值为 Property.A Property 它可以是复杂的,可能包含多种副属性。附属品也代表 Property 元素https://docs.microsoft.com/en-us/windows/win32/printdocs/所有权

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

继承人

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

Constructors

Property(字符串, 财产, params IPropertyItem[])

创造一个新的例子。

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

Parameters

name string

财产名称。

property Property

一个强制性的 Aspose.Page.XPS.XpsMetadata.Property 例子。

items IPropertyItem ( )

随意列出 Aspose.Page.XPS.XpsMetadata.IPropertyItem 例子。每个人都必须是一个 Aspose.Page.XPS.XpsMetadata.Property 或一个 Aspose.Page.XPS.XpsMetadata.Value 例子。

Property(字符, 值, 参数 IPropertyItem[])

创造一个新的例子。

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

Parameters

name string

财产名称。

value Value

一个强制性的 Aspose.Page.XPS.XpsMetadata.Value 例子。

items IPropertyItem ( )

随意列出 Aspose.Page.XPS.XpsMetadata.IPropertyItem 例子。每个人都必须是一个 Aspose.Page.XPS.XpsMetadata.Property 或一个 Aspose.Page.XPS.XpsMetadata.Value 例子。

 中文