Skip to content

Commit 9d7a8bf

Browse files
Merge pull request #40 from SyncfusionExamples/981284-jsonKey
981284: Updated HomeController.cs
2 parents c9eb789 + ce47767 commit 9d7a8bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PDFViewer/ASP.NET MVC Razor Examples/Controllers/HomeController.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ public class jsonObjects
324324
public string freeTextAnnotation { get; set; }
325325
public string signatureData { get; set; }
326326
public string fieldsData { get; set; }
327-
public string FormDesigner { get; set; }
327+
public string formDesigner { get; set; }
328328
public string inkSignatureData { get; set; }
329329
public bool hideEmptyDigitalSignatureFields { get; set; }
330330
public bool showDigitalSignatureAppearance { get; set; }
@@ -341,4 +341,4 @@ public class jsonObjects
341341
public string annotationDataFormat { get; set; }
342342
public string organizePages { get; set; }
343343
}
344-
}
344+
}

0 commit comments

Comments
 (0)