Where the title of a Pdf document is obtained from.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public PdfDocumentTitleSource PdfDocumentTitleSource { get; set; }
Public Property PdfDocumentTitleSource As PdfDocumentTitleSource
public: property PdfDocumentTitleSource PdfDocumentTitleSource { PdfDocumentTitleSource get (); void set (PdfDocumentTitleSource value); }
Remarks
Some Pdf documents have valid /Title tags in the holding a useful title, however many do not. Use this to set whether the internal title field is used or the filename.