subject Property

Summary

Subject value to be used in the resulting PDF document.

Syntax
TypeScript
JavaScript
Object.defineProperty(PdfDocumentOptions.prototype, 'subject', 
   get: function(), 
   set: function(value) 
) 
subject: string; 

Property Value

A String which contains the PDF document subject to be used. To reset the subject value, use either an empty string or null. Default value is null.

Remarks

The subject for any PDF document can be retrieved by PDF viewers. Note that many search and indexing engines use the subject in the resulting list or as metadata.

LEADTOOLS Document writers supports the following PDF properties: Titlesubjectauthorkeywords

Requirements

Target Platforms

Help Version 22.0.2023.2.1
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.