VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Processing.PdfA Namespace / PdfA3uVerifier Class / GetVerificationCommands(Int32,String) Method
Синтаксис Требования Смотрите также
В этом разделе
    GetVerificationCommands(Int32,String) Метод (PdfA3uVerifier)
    В этом разделе
    Возвращает команды обработки, которые необходимо выполнить на указанном этапе проверки.
    Синтаксис
    'Declaration
    
    Protected Overrides Function GetVerificationCommands( _
    ByVal stageIndex
    Индекс этапа проверки, отсчитываемый от нуля.
    As System.Int32, _
    ByRef stageName
    Название этапа проверки.
    As System.String _
    ) As Vintasoft.Imaging.Processing.IProcessingCommandInfo[]
    protected override Vintasoft.Imaging.Processing.IProcessingCommandInfo[] GetVerificationCommands(
    System.Int32 stageIndex,
    out System.String stageName
    )
    protected: Vintasoft.Imaging.Processing.IProcessingCommandInfo*[] GetVerificationCommands(
    System.Int32 stageIndex,
    [PARAMFLAG::Out] System.String stageName
    ); override
    protected:
    Vintasoft.Imaging.Processing.IProcessingCommandInfo^[] GetVerificationCommands(
    System.Int32 stageIndex,
    [Out] System.String stageName
    ); override

    Parameters

    stageIndex
    Индекс этапа проверки, отсчитываемый от нуля.
    stageName
    Название этапа проверки.

    Return Value

    Команды обработки, которые необходимо выполнить на этапе проверки.
    Требования

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

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