Aspose::Page::XPS::XpsMetadata::Property class

Property class

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

class Property : public Aspose::Page::XPS::XpsMetadata::CompositePrintTicketElement,
                 public virtual Aspose::Page::XPS::XpsMetadata::IPrintTicketItem,
                 public Aspose::Page::XPS::XpsMetadata::IFeatureItem,
                 public virtual Aspose::Page::XPS::XpsMetadata::IOptionItem,
                 public Aspose::Page::XPS::XpsMetadata::IScoredPropertyItem,
                 public Aspose::Page::XPS::XpsMetadata::IPropertyItem

Methods

MethodDescription
Property(System::String, System::SharedPtr<Property>, const System::ArrayPtr<System::SharedPtr<IPropertyItem>>&)Creates a new instance.
Property(System::String, System::SharedPtr<Value>, const System::ArrayPtr<System::SharedPtr<IPropertyItem>>&)Creates a new instance.

See Also