VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Processing Namespace / PdfTreeRemoveDuplicateNodesCommand Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    PdfTreeRemoveDuplicateNodesCommand Class
    In This Topic
    The processing command that removes the duplicate nodes in PDF tree.
    Object Model
    PdfTreeRemoveDuplicateNodesCommand
    Syntax
    'Declaration
    
    Public Class PdfTreeRemoveDuplicateNodesCommand
       Inherits Vintasoft.Imaging.Processing.ProcessingCommand(Of TTarget)
       Implements IProcessingCommand<TTarget>
    
    
    public __gc class PdfTreeRemoveDuplicateNodesCommand : public Vintasoft.Imaging.Processing.ProcessingCommand<TTarget*>*, IProcessingCommand<TTarget>
    
    
    public ref class PdfTreeRemoveDuplicateNodesCommand : public Vintasoft.Imaging.Processing.ProcessingCommand<TTarget^>^, IProcessingCommand<TTarget>
    
    
    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Processing.ProcessingCommand<Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeBase>
          Vintasoft.Imaging.Pdf.Processing.PdfTreeRemoveDuplicateNodesCommand

    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