Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / Metadata Class / Title Property

In This Topic
    Title Property (Metadata)
    In This Topic
    Gets or sets the document's title. Maps to Dublin Core 'title' property.
    Syntax
    'Declaration
     
    Public Property Title As System.String
    public System.string Title {get; set;}
    See Also