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

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