Aspose::Page::XPS::XpsMetadata::Property 类

Property class

实现通用 PrintTicketProperty 的类。所有模式定义属性的基类。一个 Property 元素声明设备、作业格式或其他相关属性,其名称由 name 属性提供。一个 Value 元素用于为 Property 分配值。Property 可以是复杂的,可能包含多个子属性。子属性也由 Property 元素表示。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

方法

方法描述
Property(System::String, System::SharedPtr<Property>, const System::ArrayPtr<System::SharedPtr<IPropertyItem>>&)创建一个新实例。
Property(System::String, System::SharedPtr<Value>, const System::ArrayPtr<System::SharedPtr<IPropertyItem>>&)创建一个新实例。

另见