VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Processing.PdfA Namespace / PdfA1ProcessingTree Class
Constructors Properties Methods SeeAlso
In This Topic
    PdfA1ProcessingTree Class Members
    In This Topic
    The following tables list the members exposed by PdfA1ProcessingTree.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the class.
    Public Properties
     NameDescription
    Public PropertyGets a value indicating whether this processing command can modify target object. (Inherited from CompoundProcessingCommand<TTarget>)
    Public PropertyGets a value indicating whether this processing command supports multithreading. (Inherited from CompoundProcessingCommand<TTarget>)
    Public PropertyGets the name of processing command. (Inherited from CompoundProcessingCommand<TTarget>)
    Public PropertyGets the processing tree nodes of this processing tree. (Inherited from ProcessingCommandTree<TTarget>)
    Public PropertyGets the type of the target of processing command. (Inherited from ProcessingCommand<TTarget>)
    Protected Properties
     NameDescription
    Protected PropertyGets a list that contains nested processing commands. (Inherited from CompositeProcessingCommand<TTarget>)
    Protected PropertyGets a value indicating whether executor generates the progress. (Inherited from ProcessingCommandTree<TTarget>)
    Public Methods
     NameDescription
    Public MethodBuilds the processing tree. (Inherited from PdfDocumentProcessingTree)
    Public MethodDetermines whether this processing command can be applied to the specified target. (Inherited from CompoundProcessingCommand<TTarget>)
    Public MethodOverloaded. Create retargeted command with specified target type and target converter. (Inherited from ProcessingCommand<TTarget>)
    Public MethodOverloaded. Executes processing command on the specified target. (Inherited from ProcessingCommand<TTarget>)
    Public MethodReturns an enumerator that iterates through a collection of nested commands. (Inherited from CompoundProcessingCommand<TTarget>)
    Public MethodReturns a value, which is indicating whether the processing command is supported by this processing command tree.
    Public MethodReturns a string representation of this object. (Inherited from ProcessingCommand<TTarget>)
    Protected Methods
     NameDescription
    Protected MethodConverts command targets in the processing commands to the specified type; creates new processing command, which contains from the specified commands; adds new processing command to the specified command list. (Inherited from ProcessingCommandTree<TTarget>)
    Protected MethodCreates the composite processing result. (Inherited from CompositeProcessingCommand<TTarget>)
    Protected MethodExecutes a sequence of processing commands. (Inherited from CompositeProcessingCommand<TTarget>)
    Protected MethodReturns the count of inner commands. (Inherited from CompositeProcessingCommand<TTarget>)
    Protected MethodReturns the commands with the specified target type. (Inherited from ProcessingCommandTree<TTarget>)
    Protected MethodReturns the tree of processing commands with root that targeted to PdfAnnotation type. (Inherited from PdfDocumentProcessingTree)
    Protected MethodReturns the tree of processing commands with root that targeted to PdfBasicObject type. (Inherited from PdfDocumentProcessingTree)
    Protected MethodReturns the tree of processing commands with root that targeted to PdfContentStreamProcessingParams type. (Inherited from PdfDocumentProcessingTree)
    Protected MethodReturns the tree of processing commands with root that targeted to PdfDocumentCatalog type.
    Protected MethodReturns the tree of processing commands with root that targeted to PdfDocumentInteractiveForm type. (Inherited from PdfDocumentProcessingTree)
    Protected MethodReturns the tree of processing commands with root that targeted to PdfDocument type. (Inherited from PdfDocumentProcessingTree)
    Protected MethodReturns the tree of processing commands with root that targeted to PdfFontProcessingParams type. (Inherited from PdfDocumentProcessingTree)
    Protected MethodReturns the tree of processing commands with root that targeted to PdfPage type. (Inherited from PdfDocumentProcessingTree)
    Protected MethodReturns the tree of processing commands with root that targeted to PdfIndirectObject type. (Inherited from PdfDocumentProcessingTree)
    Protected MethodReturns the tree of processing commands with root that targeted to PdfInteractiveFormField type. (Inherited from PdfDocumentProcessingTree)
    Protected MethodReturns the tree of processing commands with root that targeted to PdfInteractiveFormField type. (Inherited from PdfDocumentProcessingTree)
    Protected MethodReturns the tree of processing commands with root that targeted to PdfMetadataResource type. (Inherited from PdfDocumentProcessingTree)
    Protected MethodReturns the tree of processing commands with root that targeted to PdfPage type. (Inherited from PdfDocumentProcessingTree)
    Protected MethodReturns the tree of processing commands with root that targeted to PdfTreeNodeBase type. (Inherited from PdfDocumentProcessingTree)
    Protected MethodReturns the weight sum of all progress steps. (Inherited from PdfDocumentProcessingTree)
    Protected MethodReturns the tree of processing commands with root that targeted to document structure tree. (Inherited from PdfDocumentProcessingTree)
    See Also