Class Property
Namespace: Aspose.Page.XPS.XpsMetadata
Assembly: Aspose.Page.dll (25.1.2)
공통 PrintTicket Property
를 구현하는 클래스입니다.
스키마 정의 속성의 기본 클래스입니다.Property
요소는 장치, 작업 형식 또는 기타 관련 속성을 선언하며, 이 속성의 이름은 이름 속성에 의해 제공됩니다. Aspose.Page.XPS.XpsMetadata.Value 요소는 Property
에 값을 할당하는 데 사용됩니다.Property
는 복잡할 수 있으며, 여러 하위 속성을 포함할 수 있습니다.
하위 속성도 Property
요소로 표현됩니다.
https://docs.microsoft.com/en-us/windows/win32/printdocs/property
public class Property : CompositePrintTicketElement, IPrintTicketItem, IFeatureItem, IOptionItem, IScoredPropertyItem, IPropertyItem, IPrintTicketElementChild
상속
object ←
PrintTicketElement ←
CompositePrintTicketElement ←
Property
파생
InputBin.FeedDirection,
InputBin.FeedFace,
IDProperty,
JobOptimalDestinationColorProfile,
NameProperty,
PageImageableSize,
SelectionType,
URIProperty
구현
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()
생성자
Property(string, Property, params IPropertyItem[])
새 인스턴스를 생성합니다.
public Property(string name, Property property, params IPropertyItem[] items)
매개변수
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(string, Value, params IPropertyItem[])
새 인스턴스를 생성합니다.
public Property(string name, Value value, params IPropertyItem[] items)
매개변수
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 인스턴스여야 합니다.