Document Solutions for Word
GrapeCity.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 Metadata
    public Metadata Metadata {get; set;}
    See Also