From d6386a46f74b4f7a4178e145ab5af61a2267e63c Mon Sep 17 00:00:00 2001 From: sathiyaseelanksf3503 Date: Thu, 4 Jul 2024 10:48:27 +0530 Subject: [PATCH 1/5] 895415: Update Json Hotfix --- .../getting-started-with-server-backed.md | 5 ++++- .../getting-started-with-server-backed.md | 18 +++--------------- 2 files changed, 7 insertions(+), 16 deletions(-) diff --git a/ej2-asp-core-mvc/pdfviewer/EJ2_ASP.MVC/getting-started-with-server-backed.md b/ej2-asp-core-mvc/pdfviewer/EJ2_ASP.MVC/getting-started-with-server-backed.md index b2e58fb01f..8edad95b2f 100644 --- a/ej2-asp-core-mvc/pdfviewer/EJ2_ASP.MVC/getting-started-with-server-backed.md +++ b/ej2-asp-core-mvc/pdfviewer/EJ2_ASP.MVC/getting-started-with-server-backed.md @@ -378,7 +378,7 @@ namespace GettingStartedMVC.Controllers public string uniqueId { get; set; } public string data { get; set; } public string viewPortWidth { get; set; } - public string viewportHeight { get; set; } + public string viewPortHeight { get; set; } public string tilecount { get; set; } public string isCompletePageSizeNotReceived { get; set; } public string freeTextAnnotation { get; set; } @@ -386,6 +386,9 @@ namespace GettingStartedMVC.Controllers public string fieldsData { get; set; } public string FormDesigner { get; set; } public string inkSignatureData { get; set; } + public string tileXCount { get; set; } + public string tileYCount { get; set; } + public bool digitalSignaturePresent { get; set; } } } 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 8bc64e5e84..b5bf99111f 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 @@ -373,28 +373,16 @@ namespace PDFViewerSample.Pages public string viewPortWidth { get; set; } public string viewPortHeight { get; set; } public string tilecount { get; set; } - public bool isCompletePageSizeNotReceived { get; set; } + public string isCompletePageSizeNotReceived { get; set; } 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 string inkSignatureData { get; set; } - public bool hideEmptyDigitalSignatureFields { get; set; } - public bool showDigitalSignatureAppearance { get; set; } - public bool digitalSignaturePresent { get; set; } public string tileXCount { get; set; } public string tileYCount { get; set; } - public string digitalSignaturePageList { get; set; } - public string annotationCollection { get; set; } - public string annotationsPageList { get; set; } - public string formFieldsPageList { get; set; } - public bool isAnnotationsExist { get; set; } - public bool isFormFieldAnnotationsExist { get; set; } - public string documentLiveCount { get; set; } - public string annotationDataFormat { get; set; } - public string importedData { get; set; } + public bool digitalSignaturePresent { get; set; } } -} {% endhighlight %} {% endtabs %} From 981c1d4540d53ee76cfe6e4c12c148e617738417 Mon Sep 17 00:00:00 2001 From: sathiyaseelanksf3503 Date: Thu, 4 Jul 2024 16:49:30 +0530 Subject: [PATCH 2/5] 895415: UpdateJsonHotfix --- .../getting-started-with-server-backed.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) 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 b5bf99111f..ce69041a37 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 @@ -373,14 +373,26 @@ namespace PDFViewerSample.Pages public string viewPortWidth { get; set; } public string viewPortHeight { get; set; } public string tilecount { get; set; } - public string isCompletePageSizeNotReceived { get; set; } + public bool isCompletePageSizeNotReceived { get; set; } 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 string inkSignatureData { get; set; } + public bool hideEmptyDigitalSignatureFields { get; set; } + public bool showDigitalSignatureAppearance { get; set; } + public bool digitalSignaturePresent { get; set; } public string tileXCount { get; set; } public string tileYCount { get; set; } + public string digitalSignaturePageList { get; set; } + public string annotationCollection { get; set; } + public string annotationsPageList { get; set; } + public string formFieldsPageList { get; set; } + public bool isAnnotationsExist { get; set; } + public bool isFormFieldAnnotationsExist { get; set; } + public string documentLiveCount { get; set; } + public string annotationDataFormat { get; set; } + public string importedData { get; set; } public bool digitalSignaturePresent { get; set; } } {% endhighlight %} From 00737410efb3afc7898768124acddfb72425e807 Mon Sep 17 00:00:00 2001 From: sathiyaseelanksf3503 Date: Thu, 4 Jul 2024 17:18:08 +0530 Subject: [PATCH 3/5] 895415: UpdateJsonHotfix --- .../EJ2_ASP.NETCORE/getting-started-with-server-backed.md | 1 - 1 file changed, 1 deletion(-) 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 ce69041a37..70966a24a3 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 @@ -393,7 +393,6 @@ namespace PDFViewerSample.Pages public string documentLiveCount { get; set; } public string annotationDataFormat { get; set; } public string importedData { get; set; } - public bool digitalSignaturePresent { get; set; } } {% endhighlight %} {% endtabs %} From aad3f3334a62501b4f07d4ea00f17c9f20ff48d9 Mon Sep 17 00:00:00 2001 From: sathiyaseelanksf3503 Date: Thu, 4 Jul 2024 17:21:33 +0530 Subject: [PATCH 4/5] 895415: UpdateJsonHotfix --- .../EJ2_ASP.NETCORE/getting-started-with-server-backed.md | 1 + 1 file changed, 1 insertion(+) 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 70966a24a3..056d918fd4 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 @@ -394,6 +394,7 @@ namespace PDFViewerSample.Pages public string annotationDataFormat { get; set; } public string importedData { get; set; } } +} {% endhighlight %} {% endtabs %} From 2497f66c195f2fb4c1c3aa414c09e6af2686cc15 Mon Sep 17 00:00:00 2001 From: sathiyaseelanksf3503 Date: Thu, 4 Jul 2024 17:36:45 +0530 Subject: [PATCH 5/5] 895415: UpdateJsonHotfix --- .../pdfviewer/EJ2_ASP.MVC/getting-started-with-server-backed.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ej2-asp-core-mvc/pdfviewer/EJ2_ASP.MVC/getting-started-with-server-backed.md b/ej2-asp-core-mvc/pdfviewer/EJ2_ASP.MVC/getting-started-with-server-backed.md index 8edad95b2f..4c98e8a27c 100644 --- a/ej2-asp-core-mvc/pdfviewer/EJ2_ASP.MVC/getting-started-with-server-backed.md +++ b/ej2-asp-core-mvc/pdfviewer/EJ2_ASP.MVC/getting-started-with-server-backed.md @@ -384,7 +384,7 @@ namespace GettingStartedMVC.Controllers 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 string inkSignatureData { get; set; } public string tileXCount { get; set; } public string tileYCount { get; set; }