VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.UI Namespace / ImageViewer Class / IntermediateImagePreviewInterval Property
Syntax Requirements SeeAlso
In This Topic
IntermediateImagePreviewInterval Property (ImageViewer)
In This Topic
Gets or sets the interval, in milliseconds, for previewing the intermediate image (e.g. PDF page).
Syntax
'Declaration

<CategoryAttribute("VintaSoft")>
<DefaultValueAttribute(200)>
<DescriptionAttribute("The interval, in milliseconds, for previewing the intermediate image (e.g. PDF page).")>
Public Property IntermediateImagePreviewInterval As System.Int32

[Category("VintaSoft")]
[DefaultValue(200)]
[Description("The interval, in milliseconds, for previewing the intermediate image (e.g. PDF page).")]
public System.Int32 IntermediateImagePreviewInterval { get; set; }

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: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also