Documents for PDF, .NET Edition Documentation
Title Property (StructElement)

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf.Structure Namespace > StructElement Class : Title Property
Gets or sets the title of the structure element, which is a text string representing it in human-readable form. The title should characterize the specific structure element, such as Chapter 1, rather than merely a generic element type, such as Chapter.
Syntax
'Declaration
 
Public Property Title As System.String
public System.string Title {get; set;}
See Also

Reference

StructElement Class
StructElement Members