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