Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / C1Anchor Class
Members

In This Topic
    C1Anchor Class
    In This Topic
    Represents an anchor within a document. One or more anchors can be associated with a RenderObject via the RenderObject.Anchors property on the object. An anchor (and thus the render object associated with it) can be the target of a C1Hyperlink if that hyperlink's LinkTarget is a C1LinkTargetAnchor and that anchor's C1LinkTargetAnchor.AnchorName is set to that anchor's Name.
    Object Model
    C1Anchor Class
    Syntax
    'Declaration
     
    Public Class C1Anchor 
    public class C1Anchor 
    Inheritance Hierarchy

    System.Object
       C1.C1Preview.C1Anchor
          C1.C1Preview.C1AnchorText

    See Also