VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Processing Namespace / ProcessingTargetChangedResult Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    ProcessingTargetChangedResult Class
    In This Topic
    A result of processing command that changes the processing target.
    Object Model
    IProcessingCommandInfo ProcessingTargetChangedResult
    Syntax
    'Declaration
    
    Public Class ProcessingTargetChangedResult
       Inherits ProcessingResult
    
    
    public class ProcessingTargetChangedResult : ProcessingResult
    
    
    public __gc class ProcessingTargetChangedResult : public ProcessingResult*
    
    
    public ref class ProcessingTargetChangedResult : public ProcessingResult^
    
    
    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Processing.ProcessingResult
          Vintasoft.Imaging.Processing.ProcessingTargetChangedResult

    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