The Title Property is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
Gets or sets a title value to be used in the resulting PDF document.Visual Basic (Declaration) | |
---|---|
Public Property Title As String |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As PdfDocumentOptions Dim value As String instance.Title = value value = instance.Title |
C# | |
---|---|
public string Title {get; set;} |
Property Value
A System.String which contains the PDF document title to be used. To reset the title value, use either an empty string or a null reference (Nothing in Visual Basic)For an example, refer to PdfDocumentOptions.
The title for any PDF document can be retrieved by PDF viewers. Note that many search and indexing engines use the title in the resulting list or as metadata.
LEADTOOLS Document writers supports the following PDF properties:
Note that Title is not supported when PdfDocumentOptions.DocumentType is PdfDocumentType.PdfA.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7