Class Property

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

NameDescription
Property(string, Property, params IPropertyItem[])Creates a new instance.
Property(string, Value, params IPropertyItem[])Creates a new instance.

Properties

NameDescription
Name { get; }Gets the element name.

See Also