VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Processing.PdfA Namespace / PdfAVerifier Class / GetVerificationCommands(Int32,String) Method
Syntax Requirements SeeAlso
In This Topic
    GetVerificationCommands(Int32,String) Method (PdfAVerifier)
    In This Topic
    Returns the processing commands, which must be executed on the specified verification stage.
    Syntax
    'Declaration
    
    Protected MustOverride Function GetVerificationCommands( _
    ByVal stageIndex
    The zero-based index of verification stage.
    As System.Int32, _
    ByRef stageName
    The name of verification stage.
    As System.String _
    ) As Vintasoft.Imaging.Processing.IProcessingCommandInfo[]
    protected abstract Vintasoft.Imaging.Processing.IProcessingCommandInfo[] GetVerificationCommands(
    System.Int32 stageIndex,
    out System.String stageName
    )
    protected: abstract Vintasoft.Imaging.Processing.IProcessingCommandInfo*[] GetVerificationCommands(
    System.Int32 stageIndex,
    [PARAMFLAG::Out] System.String stageName
    )
    protected:
    abstract Vintasoft.Imaging.Processing.IProcessingCommandInfo^[] GetVerificationCommands(
    System.Int32 stageIndex,
    [Out] System.String stageName
    )

    Parameters

    stageIndex
    The zero-based index of verification stage.
    stageName
    The name of verification stage.

    Return Value

    The processing commands, which must be executed on verification stage.
    Requirements

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

    See Also