alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class OpenAsyncSettingsModel

    Interface for a class OpenAsyncSettings.

    Inheritance
    object
    OpenAsyncSettingsModel
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.DocumentEditor
    Assembly: Syncfusion.Blazor.DocumentEditor.dll
    Syntax
    public class OpenAsyncSettingsModel

    Constructors

    OpenAsyncSettingsModel()

    Declaration
    public OpenAsyncSettingsModel()

    Properties

    Enable

    Gets or sets a value indicating whether to enable asynchronous page loading.

    This property is intended to both document opening through the UI and the API (via the OpenAsync method). When asynchronous loading is in progress, user interactions with the document are restricted until the required pages are fully loaded.

    Declaration
    [JsonPropertyName("enable")]
    public bool Enable { get; set; }
    Property Value
    Type
    bool

    IncrementalPageLoadCount

    Gets or sets the number of pages to be incrementally loaded after the initial pages are loaded, during asynchronous document loading operation.

    Declaration
    [JsonPropertyName("incrementalPageLoadCount")]
    public int IncrementalPageLoadCount { get; set; }
    Property Value
    Type
    int

    InitialPageLoadCount

    Gets or sets the number of pages to be loaded initially during asynchronous document loading operation.

    Declaration
    [JsonPropertyName("initialPageLoadCount")]
    public int InitialPageLoadCount { get; set; }
    Property Value
    Type
    int
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved