PropertiesSelectionType Class

Convenience class for SelectionType print ticket property.
Inheritance Hierarchy
SystemObject
  Aspose.Page.XPS.XpsMetadataProperty
    Aspose.Page.XPS.XpsMetadataPropertiesSelectionType

Namespace:  Aspose.Page.XPS.XpsMetadata
Assembly:  Aspose.Page (in Aspose.Page.dll) Version: 20.1.0.0 (20.1)
Syntax
public sealed class SelectionType : Property

The PropertiesSelectionType type exposes the following members.

Properties
  NameDescription
Public propertyName
Returns property name.
(Inherited from Property.)
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetEnumerator (Inherited from Property.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString
Returns the string representation.
(Inherited from Property.)
Fields
  NameDescription
Public fieldStatic memberPickMany
PickMany value.
Public fieldStatic memberPickOne
PickOne value.
See Also