ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word Namespace / C1WordDocument Class / Info Property

In This Topic
    Info Property
    In This Topic
    Gets information interface for this document.
    Syntax
    'Declaration
     
    Public ReadOnly Property Info As IC1WordInfo
    public IC1WordInfo Info {get;}

    Property Value

    The information interface of the Word/RTF document.
    See Also