From 9396bb89bdf33f38fddbce12f8ca8bf9f2069ac3 Mon Sep 17 00:00:00 2001 From: sathiyaseelanksf3503 Date: Wed, 3 Jul 2024 23:31:28 +0530 Subject: [PATCH 1/5] 895415: Update Json --- .../getting-started-with-server-backed.md | 8 ++++++-- .../getting-started-with-server-backed.md | 17 +++-------------- 2 files changed, 9 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..c8d4a31c53 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,7 +386,11 @@ 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; } +} + } {% endhighlight %} 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..68b7561522 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,26 +373,15 @@ 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 %} From 0e555a5fa8d3b6374bba56700b9d069421d1cb06 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 68b7561522..693597c1b5 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; } } } From f16615469ddd065b55233e35ef6a7f727545b75e 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 693597c1b5..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 @@ -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 %} From 6597862885fb2b830c0e5ac6741ec4924c1b5c70 Mon Sep 17 00:00:00 2001 From: sathiyaseelanksf3503 Date: Thu, 4 Jul 2024 17:21:33 +0530 Subject: [PATCH 4/5] 895415: UpdateJsonHotfix From 60ef0c45be954e695ffb93e14f229bf420876e94 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 c8d4a31c53..7526f9711b 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; }