Describes an action handler that executes a hyperlink jump. All link types which are supported by the C1Preview hyperlinks are also supported by this action handler: - Jump to an anchor in the existing document. - Jump to an anchor in another document. - Open an external program or file. - Jump to another page of the same document.

Namespace:  C1.C1PrintDocument
Assembly:  C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)

Syntax

C#
public class ActionHandlerLink : ActionHandlerBase
Visual Basic (Declaration)
Public Class ActionHandlerLink _
	Inherits ActionHandlerBase

Inheritance Hierarchy

System..::.Object
  C1.C1PrintDocument..::.ActionHandlerBase
    C1.C1PrintDocument..::.ActionHandlerLink

See Also