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

In This Topic
    DocumentLocation Property (C1LinkTargetDocumentLocation)
    In This Topic
    Gets the target object supporting the IDocumentLocation interface.
    Syntax
    'Declaration
     
    Public Property DocumentLocation As IDocumentLocation
    public IDocumentLocation DocumentLocation {get; set;}
    See Also