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 +}