Title value to be used in the resulting PDF document.
Object.defineProperty(PdfDocumentOptions.prototype, 'title',
get: function(),
set: function(value)
)
title: string;
A String which contains the PDF document title to be used. To reset the title value, use either an empty string or null. Default value is null.
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: Titlesubjectauthorkeywords
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET