VintaSoft Imaging .NET SDK 12.4: 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; }
    
    
    [Category("VintaSoft")]
    [DefaultValue(200)]
    [Description("The interval, in milliseconds, for previewing the intermediate image (e.g. PDF page).")]
    public: __property System.Int32 get_IntermediateImagePreviewInterval();
    public: __property void set_IntermediateImagePreviewInterval(
    System.Int32 value
    );
    [Category("VintaSoft")]
    [DefaultValue(200)]
    [Description("The interval, in milliseconds, for previewing the intermediate image (e.g. PDF page).")]
    public:
    property System.Int32 IntermediateImagePreviewInterval { System.Int32 get(); void set(System.Int32 value); }

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

    See Also