protected virtual System.Collections.Generic.List<IProcessingCommand> GetPdfAnnotationProcessingCommands(
System.Collections.Generic.IEnumerable<IProcessingCommandInfo> processingCommands
)
protected: virtual System.Collections.Generic.List<IProcessingCommand*>* GetPdfAnnotationProcessingCommands(
System.Collections.Generic.IEnumerable<IProcessingCommandInfo*>* processingCommands
)
protected:
virtual System.Collections.Generic.List<IProcessingCommand^>^ GetPdfAnnotationProcessingCommands(
System.Collections.Generic.IEnumerable<IProcessingCommandInfo^>^ processingCommands
)
'Declaration Protected Overridable Function GetPdfAnnotationProcessingCommands( _
ByVal processingCommandsThe processing commands.As System.Collections.Generic.IEnumerable(Of IProcessingCommandInfo) _
) As System.Collections.Generic.List(Of IProcessingCommand)
Parameters
- processingCommands
- The processing commands.
Return Value
List that contains root level of processing command tree.