Contains information about the document. This information includes the document author, title, keywords, etc.

Namespace:  C1.Silverlight.Pdf
Assembly:  C1.Silverlight.Pdf (in C1.Silverlight.Pdf.dll)

Syntax

C#
public class PdfDocumentInfo
Visual Basic
Public Class PdfDocumentInfo

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.

The Adobe Acrobat Reader 5 does not provide such search mechanism, but it does allow users to view the document information.

Inheritance Hierarchy

System..::..Object
  C1.Silverlight.Pdf..::..PdfDocumentInfo

See Also