ScanCustomActionGroup Class
Members 
A collection of custom actions that are treated as a group in the Sprinter interface.
Object Model
ScanCustomActionGroup Class
Syntax
public class ScanCustomActionGroup : IScanCustomAction  
Remarks
For example, the actions might be presented to the user in a list under a common header rather than being displayed individually.
Inheritance Hierarchy

System.Object
   HP.Sprinter.Scanners.API.ScanCustomActionGroup

Public Constructors
 NameDescription
Public ConstructorScanCustomActionGroup ConstructorConstructor  
Top
Public Properties
 NameDescription
Public PropertyCustomActionsThe sequence of actions.  
Public PropertyDescriptionThe description of the first action in the sequence.  
Public PropertyIconThe icon of the first action in the sequence.  
Public PropertyNameThe name of the first action in the sequence.  
Top
Public Methods
 NameDescription
Public MethodRunRun the actions in sequence.  
Top