VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Processing Namespace / PdfDocumentProcessingTree Class
In This Topic
PdfDocumentProcessingTree Class Methods
In This Topic
For a list of all methods of this type, see PdfDocumentProcessingTree.
Public Methods
 NameDescription
Public MethodBuilds the processing tree.
Public MethodDetermines whether this processing command can be applied to the specified target. (Inherited from CompoundProcessingCommand<TTarget>)
Public Methodstatic (Shared in Visual Basic)Overloaded. Creates the retargeted composite command with specified target type. (Inherited from CompositeProcessingCommand<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 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.
Protected MethodReturns the tree of processing commands with root that targeted to PdfBasicObject type.
Protected MethodReturns the tree of processing commands with root that targeted to PdfContentStreamProcessingParams type.
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.
Protected MethodReturns the tree of processing commands with root that targeted to PdfDocument type.
Protected MethodReturns the tree of processing commands with root that targeted to PdfFontProcessingParams type.
Protected MethodReturns the tree of processing commands with root that targeted to PdfPage type.
Protected MethodReturns the tree of processing commands with root that targeted to PdfIndirectObject type.
Protected MethodReturns the tree of processing commands with root that targeted to PdfInteractiveFormField type.
Protected MethodReturns the tree of processing commands with root that targeted to PdfInteractiveFormField type.
Protected MethodReturns the tree of processing commands with root that targeted to PdfMetadataResource type.
Protected MethodReturns the tree of processing commands with root that targeted to PdfPage type.
Protected MethodReturns the tree of processing commands with root that targeted to PdfTreeNodeBase type.
Protected MethodReturns the weight sum of all progress steps.
Protected MethodReturns the tree of processing commands with root that targeted to document structure tree.
See Also