VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ImageRendering Namespace / IntermediateImageRequestEventArgs Class / IntermediateImageCompleted Property
Syntax Remarks Requirements SeeAlso
In This Topic
    IntermediateImageCompleted Property (IntermediateImageRequestEventArgs)
    In This Topic
    Gets or sets the delegate which invoked for getting the intermediate image.
    Syntax
    'Declaration
    
    Public Property IntermediateImageCompleted As IntermediateImageCompletedDelegate
    
    
    public IntermediateImageCompletedDelegate IntermediateImageCompleted { get; set; }
    
    
    public: __property IntermediateImageCompletedDelegate* get_IntermediateImageCompleted();
    public: __property void set_IntermediateImageCompleted(
    IntermediateImageCompletedDelegate* value
    );

    Property Value

    Not null - intermediate image will be created, this delegate will be invoked and it will contain information about intermediate image; null - intermediate image will NOT be created.
    Remarks

    Here is a sequence of steps for intermediate image creation:

    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