Unknown action. This action will be created if the action is unknown or different from the supported types.

Namespace: TallComponents.PDF.Actions
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
public class UnknownAction : Action
Visual Basic
Public Class UnknownAction _
	Inherits Action

Remarks

You cannot instanciate this class.

Inheritance Hierarchy

System..::..Object
  TallComponents.PDF.Actions..::..Action
    TallComponents.PDF.Actions..::..UnknownAction

See Also