From 8abb08b1c40857300ab8bfa5e653002934943392 Mon Sep 17 00:00:00 2001 From: SF4524LogeshKumar Date: Mon, 13 Oct 2025 15:20:40 +0530 Subject: [PATCH] 981284: Updated json Key --- .../PDF/PDF-Viewer/asp-net-mvc/server-actions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Document-Processing/PDF/PDF-Viewer/asp-net-mvc/server-actions.md b/Document-Processing/PDF/PDF-Viewer/asp-net-mvc/server-actions.md index 88ecc73cb..f8b5a6a1f 100644 --- a/Document-Processing/PDF/PDF-Viewer/asp-net-mvc/server-actions.md +++ b/Document-Processing/PDF/PDF-Viewer/asp-net-mvc/server-actions.md @@ -407,7 +407,7 @@ The jsonObjects used as the parameter in each method is a class with various pro 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; }