Error processing SSI file
LEADTOOLS Leadtools.Documents (Leadtools.Documents assembly)

Subject Property

Show in webframe
Subject value to be used in the resulting PDF document.
Syntax
get_subject();
set_subject(value);
Object.defineProperty('subject');

Property Value

TypeDescription
stringA 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:

Example
For an example, refer to PdfDocumentOptions.
See Also

Reference

PdfDocumentOptions Object
PdfDocumentOptions Members

Error processing SSI file