Class ParameterInit
Namespace: Aspose.Page.XPS.XpsMetadata
Assembly: Aspose.Page.dll (25.1.2)
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 Aspose.Page.XPS.XpsMetadata.ParameterRef element.
https://docs.microsoft.com/en-us/windows/win32/printdocs/parameterinit
public class ParameterInit : PrintTicketElement, IPrintTicketItem, IPrintTicketElementChild
Inheritance
object ← PrintTicketElement ← ParameterInit
Derived
IntegerParameterInit, StringParameterInit
Implements
IPrintTicketItem, IPrintTicketElementChild
Inherited Members
PrintTicketElement.Name, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
ParameterInit(string, Value)
Creates a new instance.
public ParameterInit(string name, Value value)
Parameters
name
string
A parameter name.
value
Value
A parameter value.