From ce477671c6418a4fc7c2b7ed2b9c28c88d28315c Mon Sep 17 00:00:00 2001 From: SF4524LogeshKumar <166115263+SF4524LogeshKumar@users.noreply.github.com> Date: Tue, 14 Oct 2025 10:46:17 +0530 Subject: [PATCH] 981284: Updated HomeController.cs --- .../ASP.NET MVC Razor Examples/Controllers/HomeController.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PDFViewer/ASP.NET MVC Razor Examples/Controllers/HomeController.cs b/PDFViewer/ASP.NET MVC Razor Examples/Controllers/HomeController.cs index a069295..dcd2f62 100644 --- a/PDFViewer/ASP.NET MVC Razor Examples/Controllers/HomeController.cs +++ b/PDFViewer/ASP.NET MVC Razor Examples/Controllers/HomeController.cs @@ -324,7 +324,7 @@ 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 string inkSignatureData { get; set; } public bool hideEmptyDigitalSignatureFields { get; set; } public bool showDigitalSignatureAppearance { get; set; } @@ -341,4 +341,4 @@ public class jsonObjects public string annotationDataFormat { get; set; } public string organizePages { get; set; } } -} \ No newline at end of file +}