PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.6 Assembly / C1.Win.C1Preview Namespace / LoadVisitedDocumentEventArgs Class / Document Property

In This Topic
    Document Property (LoadVisitedDocumentEventArgs)
    In This Topic
    Gets or sets the document being loaded.
    Syntax
    'Declaration
     
    Public Property Document As Object
    public object Document {get; set;}
    See Also