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