VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Processing.PdfA Namespace / PdfA1ProcessingTree Class / GetIsProcessingCommandSupported(IProcessingCommandInfo) Method
Syntax Requirements SeeAlso
In This Topic
    GetIsProcessingCommandSupported(IProcessingCommandInfo) Method (PdfA1ProcessingTree)
    In This Topic
    Returns a value, which is indicating whether the processing command is supported by this processing command tree.
    Syntax
    'Declaration
    
    Public Overrides Function GetIsProcessingCommandSupported( _
    ByVal processingCommand
    The processing command.
    As Vintasoft.Imaging.Processing.IProcessingCommandInfo _
    ) As Boolean
    public override bool GetIsProcessingCommandSupported(
    Vintasoft.Imaging.Processing.IProcessingCommandInfo processingCommand
    )
    public: bool GetIsProcessingCommandSupported(
    Vintasoft.Imaging.Processing.IProcessingCommandInfo* processingCommand
    ); override
    public:
    bool GetIsProcessingCommandSupported(
    Vintasoft.Imaging.Processing.IProcessingCommandInfo^ processingCommand
    ); override

    Parameters

    processingCommand
    The processing command.

    Return Value

    True if this processing tree supports the processing command; otherwise, false.
    Requirements

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

    See Also