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.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

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