Document Solutions for Word
GrapeCity.Documents.Word.Layout Assembly / GrapeCity.Documents.Word.Layout Namespace / PdfOutputSettings Class / DocumentInfo Property

In This Topic
    DocumentInfo Property
    In This Topic
    Gets or sets a GrapeCity.Documents.Pdf.DocumentInfo object containing information about the document (author, title, etc). See GrapeCity.Documents.Pdf.GcPdfDocument.DocumentInfo for details.
    Syntax
    'Declaration
     
    Public Property DocumentInfo As DocumentInfo
    public DocumentInfo DocumentInfo {get; set;}
    See Also