Aspose::Page::XPS::XpsMetadata::ScoredProperty class

ScoredProperty class

The class that implements a common PrintTicketScoredProperty. 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.

class ScoredProperty : public Aspose::Page::XPS::XpsMetadata::CompositePrintTicketElement,
                       public virtual Aspose::Page::XPS::XpsMetadata::IOptionItem,
                       public Aspose::Page::XPS::XpsMetadata::IScoredPropertyItem

Methods

MethodDescription
ScoredProperty(System::String, System::SharedPtr<ParameterRef>)Creates a new instance.
ScoredProperty(System::String, System::SharedPtr<Value>, const System::ArrayPtr<System::SharedPtr<IScoredPropertyItem>>&)Creates a new instance.

See Also