VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI Namespace / WpfImageViewer Class / IntermediateImagePreviewInterval Property
Syntax Requirements SeeAlso
In This Topic
    IntermediateImagePreviewInterval Property (WpfImageViewer)
    In This Topic
    Gets or sets the preview interval, in milliseconds, of intermediate image (e.g. PDF page).
    Syntax
    'Declaration
    
    <CategoryAttribute("VintaSoft")>
    <DescriptionAttribute("The preview interval, in milliseconds, of intermediate image (e.g. PDF page).")>
    <DefaultValueAttribute(200)>
    Public Property IntermediateImagePreviewInterval As System.Int32
    
    
    [Category("VintaSoft")]
    [Description("The preview interval, in milliseconds, of intermediate image (e.g. PDF page).")]
    [DefaultValue(200)]
    public System.Int32 IntermediateImagePreviewInterval { get; set; }
    
    
    [Category("VintaSoft")]
    [Description("The preview interval, in milliseconds, of intermediate image (e.g. PDF page).")]
    [DefaultValue(200)]
    public: __property System.Int32 get_IntermediateImagePreviewInterval();
    public: __property void set_IntermediateImagePreviewInterval(
    System.Int32 value
    );
    [Category("VintaSoft")]
    [Description("The preview interval, in milliseconds, of intermediate image (e.g. PDF page).")]
    [DefaultValue(200)]
    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