VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Processing.PdfA Namespace / PdfAXmpMetadataProcessingTree Class / CreateXmpTopLevelPropertyProcessingCommand(String,IProcessingCommand<XmpTopLevelPropertyVerifierParams>[]) Method
Syntax Requirements SeeAlso
In This Topic
CreateXmpTopLevelPropertyProcessingCommand(String,IProcessingCommand<XmpTopLevelPropertyVerifierParams>[]) Method (PdfAXmpMetadataProcessingTree)
In This Topic
Returns the composite processing command that targeted to XmpWithExtensionSchemasVerifierParams type.
Syntax
'Declaration

Protected MustOverride Function CreateXmpTopLevelPropertyProcessingCommand( _
ByVal name
The name of the command.
As System.String, _
ByVal ParamArray commands
The processing commands.
As Vintasoft.Imaging.Processing.IProcessingCommand(Of TTarget) _
) As Vintasoft.Imaging.Processing.IProcessingCommand(Of TTarget)
protected abstract Vintasoft.Imaging.Processing.IProcessingCommand<TTarget> CreateXmpTopLevelPropertyProcessingCommand(
System.String name,
params Vintasoft.Imaging.Processing.IProcessingCommand<TTarget> commands
)

Parameters

name
The name of the command.
commands
The processing commands.

Return Value

Processing command that contains root level of processing command tree.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also