The Subject Property is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
Gets or sets the subject value to be used in the resulting PDF document.Visual Basic (Declaration) | |
---|---|
Public Property Subject As String |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As PdfDocumentOptions Dim value As String instance.Subject = value value = instance.Subject |
C# | |
---|---|
public string Subject {get; set;} |
Property Value
A System.String which contains the PDF document subject to be used. To reset the subject value, use either an empty string or a null reference (Nothing in Visual Basic)For an example, refer to PdfDocumentOptions.
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:
Note that Subject 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