Document Library for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document Namespace / C1Document Class / DocumentInfo Property

In This Topic
    DocumentInfo Property (C1Document)
    In This Topic
    Gets or sets the DocumentInfo object containing information about the current document (such as author, company, and so on).
    Syntax
    'Declaration
     
    Public Property DocumentInfo As DocumentInfo
    public DocumentInfo DocumentInfo {get; set;}
    See Also