VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfDocumentCatalog Class / Metadata Property
Syntax Requirements SeeAlso
In This Topic
    Metadata Property (PdfDocumentCatalog)
    In This Topic
    Gets or sets metadata associated with this PDF document.
    Syntax
    'Declaration
    
    Public Property Metadata As PdfMetadataResource
    
    
    public PdfMetadataResource Metadata { get; set; }
    
    
    public: __property PdfMetadataResource* get_Metadata();
    public: __property void set_Metadata(
    PdfMetadataResource* value
    );
    public:
    property PdfMetadataResource^ Metadata { PdfMetadataResource^ get(); void set(PdfMetadataResource^ value); }
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also