Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / DocumentInfo Class
Members

In This Topic
    DocumentInfo Class
    In This Topic
    Contains information about the document. This information includes the document author, title, keywords, etc.
    Object Model
    DocumentInfo Class
    Syntax
    'Declaration
     
    Public Class DocumentInfo 
       Inherits GrapeCity.Documents.Pdf.Wrappers.PdfDictWrapper
    Remarks

    You don't have to provide this information, it is optional. If provided, it is saved with the document and is available to the reader application.

    Some reader applications may allow users to search documents by author, subject, or keyword.

    Inheritance Hierarchy

    System.Object
       GrapeCity.Documents.Pdf.Wrappers.PdfWrapperBase
          GrapeCity.Documents.Pdf.Wrappers.PdfWrapper<T>
             GrapeCity.Documents.Pdf.Wrappers.PdfDictWrapper
                GrapeCity.Documents.Pdf.DocumentInfo

    See Also