VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Processing.PdfA Namespace / PdfAXmpMetadataProcessingTree Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    PdfAXmpMetadataProcessingTree Class
    In This Topic
    A tree, of the processing commands, that allows to process XMP metadata of PDF/A document.
    Object Model
    PdfAXmpMetadataProcessingTree
    Syntax
    'Declaration
    
    Public MustInherit Class PdfAXmpMetadataProcessingTree
       Inherits Vintasoft.Imaging.Processing.ProcessingCommandTree(Of TTarget)
    
    
    public abstract class PdfAXmpMetadataProcessingTree : Vintasoft.Imaging.Processing.ProcessingCommandTree<TTarget>
    
    
    public __gc abstract class PdfAXmpMetadataProcessingTree : public Vintasoft.Imaging.Processing.ProcessingCommandTree<TTarget*>*
    
    
    public ref class PdfAXmpMetadataProcessingTree abstract : public Vintasoft.Imaging.Processing.ProcessingCommandTree<TTarget^>^
    
    
    Inheritance Hierarchy
    Requirements

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

    See Also