Get/set the title of this section
Namespace: iTextSharp.textAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# |
|---|
public Paragraph Title { get; set; } |
| Visual Basic |
|---|
Public Property Title As Paragraph Get Set |
| Visual C++ |
|---|
public: property Paragraph^ Title { Paragraph^ get (); void set (Paragraph^ value); } |