ComponentOne PDF for .NET
C1.C1Pdf 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