Class ParameterInit

ParameterInit class

The class that implements a common PrintTicket parameter initializer. The base class for all schema-defined parameter initializers. Defines a value for an instance of a

ParameterDef

element. A

ParameterInit

element is the target of the reference made by a ParameterRef element. https://docs.microsoft.com/en-us/windows/win32/printdocs/parameterinit

public class ParameterInit : PrintTicketElement, IPrintTicketItem

Constructors

NameDescription
ParameterInit(string, Value)Creates a new instance.

Properties

NameDescription
Name { get; }Gets the element name.

See Also