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