VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Processing Namespace / PdfDocumentProcessingTree Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    PdfDocumentProcessingTree Class
    In This Topic
    A tree, of the processing commands, that allows to process a PDF document.
    Object Model
    PdfDocumentProcessingTree
    Syntax
    'Declaration
    
    Public Class PdfDocumentProcessingTree
       Inherits Vintasoft.Imaging.Processing.ProcessingCommandTree(Of TTarget)
    
    
    public class PdfDocumentProcessingTree : Vintasoft.Imaging.Processing.ProcessingCommandTree<TTarget>
    
    
    public __gc class PdfDocumentProcessingTree : public Vintasoft.Imaging.Processing.ProcessingCommandTree<TTarget*>*
    
    
    public ref class PdfDocumentProcessingTree : 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