Class Property
이름 공간 : Aspose.Page.XPS.XpsMetadata 모임: Aspose.Page.dll (25.4.0)
일반 프린트 티켓을 구현하는 클래스 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(링크, 부동산, 파람 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 예제가 있어야 합니다.