Class Property
Contents
[
Hide
]Property class
The class that implements a common PrintTicket
Property
. The base class for all schema-defined properties. A
Property
element declares a device, job formatting, or other relevant property whose name is given by its name attribute. A Value
element is used to assign a value to the
Property
. A
Property
can be complex, possibly containing multiple subproperties. Subproperties are also represented by
Property
elements. https://docs.microsoft.com/en-us/windows/win32/printdocs/property
public class Property : CompositePrintTicketElement, IFeatureItem, IOptionItem, IPrintTicketItem,
IPropertyItem, IScoredPropertyItem
Constructors
Name | Description |
---|---|
Property(string, Property, params IPropertyItem[]) | Creates a new instance. |
Property(string, Value, params IPropertyItem[]) | Creates a new instance. |
Properties
Name | Description |
---|---|
Name { get; } | Gets the element name. |
See Also
- class CompositePrintTicketElement
- interface IFeatureItem
- interface IOptionItem
- interface IPrintTicketItem
- interface IPropertyItem
- interface IScoredPropertyItem
- namespace Aspose.Page.XPS.XpsMetadata
- assembly Aspose.Page