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

In This Topic
    Metadata Property
    In This Topic
    Gets or sets a metadata object associated with the generated PDF. See GrapeCity.Documents.Pdf.GcPdfDocument.Metadata for details.
    Syntax
    'Declaration
     
    Public Property Metadata As GrapeCity.Documents.Pdf.Metadata
    public GrapeCity.Documents.Pdf.Metadata Metadata {get; set;}
    See Also