Represents the type of jump: to place within document (C1LinkTargetAnchor), to external file or URL (C1LinkTargetFile) and so on.

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

Syntax

C#
public abstract class C1LinkTarget : ICloneable
Visual Basic (Declaration)
Public MustInherit Class C1LinkTarget _
	Implements ICloneable

Inheritance Hierarchy

System..::.Object
  C1.C1PrintDocument..::.C1LinkTarget
    C1.C1PrintDocument..::.C1LinkTargetPage

See Also