Property class

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

Inheritance: PropertyCompositePrintTicketElementPrintTicketElement

The Property type exposes the following members:

Constructors

ConstructorDescription
initCreates a new instance.
initCreates a new instance.

Properties

PropertyDescription
nameGets the element name.

See Also