diff --git a/ej2-asp-core-mvc/pdfviewer/EJ2_ASP.NETCORE/getting-started-with-server-backed.md b/ej2-asp-core-mvc/pdfviewer/EJ2_ASP.NETCORE/getting-started-with-server-backed.md index d3e0db8125..351b186b35 100644 --- a/ej2-asp-core-mvc/pdfviewer/EJ2_ASP.NETCORE/getting-started-with-server-backed.md +++ b/ej2-asp-core-mvc/pdfviewer/EJ2_ASP.NETCORE/getting-started-with-server-backed.md @@ -388,6 +388,8 @@ namespace PDFViewerSample.Pages public string documentLiveCount { get; set; } public string annotationDataFormat { get; set; } public string importedData { get; set; } + public bool isClientLoading { get; set; }​ + public string organizePages { get; set; } } } {% endhighlight %}