PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / C1AnchorInfo Class / C1AnchorInfo Constructor / C1AnchorInfo Constructor(C1Anchor,DocumentLocation)
The anchor associated with the current instance.
DocumentLocation object defining abchor's position.

In This Topic
    C1AnchorInfo Constructor(C1Anchor,DocumentLocation)
    In This Topic
    Initializes a new instance of the C1AnchorInfo class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal anchor As C1Anchor, _
       ByVal documentLocation As DocumentLocation _
    )
    public C1AnchorInfo( 
       C1Anchor anchor,
       DocumentLocation documentLocation
    )

    Parameters

    anchor
    The anchor associated with the current instance.
    documentLocation
    DocumentLocation object defining abchor's position.
    See Also