Where the title of a Pdf document is obtained from.
            
| C# | Visual Basic | Visual C++ | 
public enum PdfDocumentTitleSource
Public Enumeration PdfDocumentTitleSource
public enum class PdfDocumentTitleSource
| Member | Description | 
|---|---|
| DocumentTitleField | 
            The title assigned to the document by the writer.
              | 
| Filename | 
            The filename of the PDF
              |