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