Document Solutions for Word
GrapeCity.Documents.Word.Layout Assembly / GrapeCity.Documents.Word.Layout Namespace / GcWordLayout Class / Title Property

In This Topic
    Title Property (GcWordLayout)
    In This Topic
    Gets or sets the title of the document (for export to PDF).
    Syntax
    'Declaration
     
    Public Property Title As System.String
    public System.string Title {get; set;}
    See Also