PDF for UWP | ComponentOne
C1.Xaml.Pdf Namespace / C1PdfDocument Class / DocumentInfo Property

In This Topic
    DocumentInfo Property (C1PdfDocument)
    In This Topic
    Gets the PdfDocumentInfo object that contains information about this document (author, etc).
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DocumentInfo As PdfDocumentInfo
    public PdfDocumentInfo DocumentInfo {get;}
    See Also