public class ScoredProperty extends CompositePrintTicketElement implements IOptionItem, IScoredPropertyItem
The class that implements a common PrintTicket ScoredProperty.
The base class for all schema-defined scored properties.
A ScoredProperty element declares a property that is intrinsic to an
Option definition. Such properties should be compared when evaluating
how closely a requested Option matches a device-supported Option.
https://docs.microsoft.com/en-us/windows/win32/printdocs/scoredproperty
| Constructor and Description |
|---|
ScoredProperty(String name,
ParameterRef parameterRef)
Creates a new instance.
|
ScoredProperty(String name,
Value value,
IScoredPropertyItem... items)
Creates a new instance.
|
getNameequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNamepublic ScoredProperty(String name, ParameterRef parameterRef)
Creates a new instance.
name - A property name.parameterRef - A ParameterRef instance.public ScoredProperty(String name, Value value, IScoredPropertyItem... items)
Creates a new instance.
name - A property name.value - A property value.items - An arbitrary array of IScoredPropertyItem instance.
Each one must be a ScoredProperty, a Property or a Value instance.Copyright © 2025 Aspose. All Rights Reserved.