Metadata Property (ArticleThread)
In This Topic
Gets or sets a
GrapeCity.Documents.Pdf.Metadata object containing information about the thread, such as its title, author, and creation date.
Syntax
'Declaration
Public Property Metadata As Metadata
public Metadata Metadata {get; set;}
See Also