VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Processing.PdfA Namespace / PdfA1XmpMetadataProcessingTree Class / CreateXmpTopLevelPropertyProcessingCommand(String,IProcessingCommand<XmpTopLevelPropertyVerifierParams>[]) Method
Синтаксис Требования Смотрите также
В этом разделе
    CreateXmpTopLevelPropertyProcessingCommand(String,IProcessingCommand<XmpTopLevelPropertyVerifierParams>[]) Метод (PdfA1XmpMetadataProcessingTree)
    В этом разделе
    Возвращает составную команду обработки, нацеленную на тип XmpWithExtensionSchemasVerifierParams.
    Синтаксис
    'Declaration
    
    Protected Overrides Function CreateXmpTopLevelPropertyProcessingCommand( _
    ByVal name
    Имя команды.
    As System.String, _
    ByVal ParamArray commands
    Команды обработки.
    As Vintasoft.Imaging.Processing.IProcessingCommand(Of TTarget) _
    ) As Vintasoft.Imaging.Processing.IProcessingCommand(Of TTarget)
    protected override Vintasoft.Imaging.Processing.IProcessingCommand<TTarget> CreateXmpTopLevelPropertyProcessingCommand(
    System.String name,
    params Vintasoft.Imaging.Processing.IProcessingCommand<TTarget> commands
    )
    protected: Vintasoft.Imaging.Processing.IProcessingCommand<TTarget*>* CreateXmpTopLevelPropertyProcessingCommand(
    System.String name,
    params Vintasoft.Imaging.Processing.IProcessingCommand<TTarget*>* commands
    ); override
    protected:
    Vintasoft.Imaging.Processing.IProcessingCommand<TTarget^>^ CreateXmpTopLevelPropertyProcessingCommand(
    System.String name,
    ... Vintasoft.Imaging.Processing.IProcessingCommand<TTarget^>^ commands
    ); override

    Parameters

    name
    Имя команды.
    commands
    Команды обработки.

    Return Value

    Команда обработки, которая содержит корневой уровень дерева команд обработки.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также