Blazor | ComponentOne
C1.Blazor.Viewer Assembly / C1.Blazor.Viewer Namespace / FlexViewer Class / DocumentSource Property

In This Topic
    DocumentSource Property
    In This Topic
    Specifies the document shown by the viewer.
    Syntax
    'Declaration
     
    
    Public Property DocumentSource As C1.Document.C1DocumentSource
    public C1.Document.C1DocumentSource DocumentSource {get; set;}
    See Also