PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / C1LinkTargetDocumentLocation Class
Members

In This Topic
    C1LinkTargetDocumentLocation Class
    In This Topic
    Describes a C1LinkTarget pointing to an object within the current document that supports the IDocumentLocation interface. Types supporting that interface include RenderObject, ParagraphObject, C1Page, and table elements (rows, columns, etc.).
    Object Model
    C1LinkTargetDocumentLocation Class
    Syntax
    'Declaration
     
    Public Class C1LinkTargetDocumentLocation 
       Inherits C1LinkTarget
    public class C1LinkTargetDocumentLocation : C1LinkTarget 
    Inheritance Hierarchy

    System.Object
       C1.C1Preview.C1LinkTarget
          C1.C1Preview.C1LinkTargetDocumentLocation

    See Also