←Select platform

Subject Property

Summary

Subject value to be used in the resulting PDF document.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public string Subject { get; set; } 
Public Property Subject As String 
public string Subject {get; set;} 
@property (nonatomic, copy, nullable)   NSString *subject 
public String getSubject() 
public void setSubject(String subject) 
             
 <br/>get_Subject();<br/>set_Subject(value);<br/>Object.defineProperty('Subject');  
public: 
property String^ Subject { 
   String^ get(); 
   void set (    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:

Example

For an example, refer to PdfDocumentOptions.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.DocumentWriters Assembly