SelectorRendition Class
Class describes selector rendition.
Inheritance Hierarchy

Namespace: Aspose.Pdf.Annotations
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public sealed class SelectorRendition : Rendition

The SelectorRendition type exposes the following members.

Properties
  NameDescription
Public propertyName
Text string specifying the name of the rendition for use in a user interface and for name tree lookup by JavaScript actions.
(Inherited from Rendition.)
Public propertyRenditions
Gets array of renditions.
Public propertyRenditionType
Gets rendition type.
(Inherited from Rendition.)
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also