VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfResource Class / Metadata Property
Syntax Requirements SeeAlso
In This Topic
    Metadata Property (PdfResource)
    In This Topic
    Gets or sets a metadata stream containing metadata for the resource (Optional; PDF 1.4).
    Syntax
    'Declaration
    
    <BrowsableAttribute(False)>
    Public Property Metadata As PdfMetadataResource
    
    
    [Browsable(False)]
    public PdfMetadataResource Metadata { get; set; }
    
    
    [Browsable(False)]
    public: __property PdfMetadataResource* get_Metadata();
    public: __property void set_Metadata(
    PdfMetadataResource* value
    );
    [Browsable(False)]
    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