diff --git a/PDFViewer/ASP.NET MVC Razor Examples/Controllers/HomeController.cs b/PDFViewer/ASP.NET MVC Razor Examples/Controllers/HomeController.cs
index a069295..0104530 100644
--- a/PDFViewer/ASP.NET MVC Razor Examples/Controllers/HomeController.cs
+++ b/PDFViewer/ASP.NET MVC Razor Examples/Controllers/HomeController.cs
@@ -292,6 +292,8 @@ public class jsonObjects
{
public string document { get; set; }
public string password { get; set; }
+ public bool isClientsideLoading { get; set; }
+ public string organizePages { get; set; }
public string zoomFactor { get; set; }
public string isFileName { get; set; }
public string xCoordinate { get; set; }
@@ -324,7 +326,8 @@ public class jsonObjects
public string freeTextAnnotation { get; set; }
public string signatureData { get; set; }
public string fieldsData { get; set; }
- public string FormDesigner { get; set; }
+ public string formDesigner { get; set; }
+ public bool isSignatureEdited { get; set; }
public string inkSignatureData { get; set; }
public bool hideEmptyDigitalSignatureFields { get; set; }
public bool showDigitalSignatureAppearance { get; set; }
@@ -335,8 +338,8 @@ public class jsonObjects
public string annotationCollection { get; set; }
public string annotationsPageList { get; set; }
public string formFieldsPageList { get; set; }
- public string isAnnotationsExist { get; set; }
- public string isFormFieldAnnotationsExist { get; set; }
+ public bool isAnnotationsExist { get; set; }
+ public bool isFormFieldAnnotationsExist { get; set; }
public string documentLiveCount { get; set; }
public string annotationDataFormat { get; set; }
public string organizePages { get; set; }
diff --git a/PDFViewer/ASP.NET MVC Razor Examples/PDFViewerSample.csproj b/PDFViewer/ASP.NET MVC Razor Examples/PDFViewerSample.csproj
index f307682..6ee75d8 100644
--- a/PDFViewer/ASP.NET MVC Razor Examples/PDFViewerSample.csproj
+++ b/PDFViewer/ASP.NET MVC Razor Examples/PDFViewerSample.csproj
@@ -45,24 +45,27 @@
4
-
+
packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll
-
- packages\Syncfusion.Pdf.AspNet.Mvc5.20.1.0.55\lib\net45\Syncfusion.Compression.Base.dll
+
+ packages\Syncfusion.EJ2.PdfViewer.AspNet.Mvc5.26.2.10\lib\net45\Syncfusion.Compression.Base.dll
-
- packages\Syncfusion.EJ2.MVC5.20.1.0.55\lib\net45\Syncfusion.EJ2.dll
+
+ packages\Syncfusion.EJ2.MVC5.26.2.10\lib\net45\Syncfusion.EJ2.dll
-
- packages\Syncfusion.EJ2.PdfViewer.AspNet.Mvc5.20.1.0.55\lib\net45\Syncfusion.EJ2.PdfViewer.dll
+
+ packages\Syncfusion.EJ2.PdfViewer.AspNet.Mvc5.26.2.10\lib\net45\Syncfusion.EJ2.PdfViewer.dll
-
- packages\Syncfusion.Pdf.AspNet.Mvc5.20.1.0.55\lib\net45\Syncfusion.Licensing.dll
+
+ packages\Syncfusion.EJ2.PdfViewer.AspNet.Mvc5.26.2.10\lib\net45\Syncfusion.Licensing.dll
-
- packages\Syncfusion.Pdf.AspNet.Mvc5.20.1.0.55\lib\net45\Syncfusion.Pdf.Base.dll
+
+ packages\Syncfusion.EJ2.PdfViewer.AspNet.Mvc5.26.2.10\lib\net45\Syncfusion.Pdf.Base.dll
+
+
+ packages\Syncfusion.EJ2.PdfViewer.AspNet.Mvc5.26.2.10\lib\net45\Syncfusion.PdfToImageConverter.Base.dll
@@ -141,10 +144,41 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Web.config
@@ -165,11 +199,20 @@
+
+
+
+
+
+
+
+
+
10.0
$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)
diff --git a/PDFViewer/ASP.NET MVC Razor Examples/Web.config b/PDFViewer/ASP.NET MVC Razor Examples/Web.config
index 0dbc4d2..91bd813 100644
--- a/PDFViewer/ASP.NET MVC Razor Examples/Web.config
+++ b/PDFViewer/ASP.NET MVC Razor Examples/Web.config
@@ -17,7 +17,7 @@
-
+
@@ -32,7 +32,7 @@
-
+
@@ -56,7 +56,11 @@
-
+
+
+
+
+
@@ -70,7 +74,7 @@
-
+
\ No newline at end of file
diff --git a/PDFViewer/ASP.NET MVC Razor Examples/packages.config b/PDFViewer/ASP.NET MVC Razor Examples/packages.config
index 2e84fde..f1e0f3f 100644
--- a/PDFViewer/ASP.NET MVC Razor Examples/packages.config
+++ b/PDFViewer/ASP.NET MVC Razor Examples/packages.config
@@ -13,11 +13,11 @@
-
-
-
-
-
-
+
+
+
+
+
+
-
\ No newline at end of file
+