VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.UI Namespace / ImageViewer Class / IntermediateImagePreviewInterval Property
Syntax Requirements SeeAlso
    IntermediateImagePreviewInterval Property (ImageViewer)
    Gets or sets the interval, in milliseconds, for previewing the intermediate image (e.g. PDF page).
    Syntax
    'Declaration
    
    <DefaultValueAttribute(200)>
    <CategoryAttribute("VintaSoft")>
    <DescriptionAttribute("The interval, in milliseconds, for previewing the intermediate image (e.g. PDF page).")>
    Public Property IntermediateImagePreviewInterval As System.Int32
    
    
     

    Property Value

    0 - intermediate image will be shown when it is ready;
    N - intermediate image will be shown every N milliseconds (if possible).
    Default value is 200 milliseconds.
    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