We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c9eb789 + ce47767 commit 9d7a8bfCopy full SHA for 9d7a8bf
PDFViewer/ASP.NET MVC Razor Examples/Controllers/HomeController.cs
@@ -324,7 +324,7 @@ public class jsonObjects
324
public string freeTextAnnotation { get; set; }
325
public string signatureData { get; set; }
326
public string fieldsData { get; set; }
327
- public string FormDesigner { get; set; }
+ public string formDesigner { get; set; }
328
public string inkSignatureData { get; set; }
329
public bool hideEmptyDigitalSignatureFields { get; set; }
330
public bool showDigitalSignatureAppearance { get; set; }
@@ -341,4 +341,4 @@ public class jsonObjects
341
public string annotationDataFormat { get; set; }
342
public string organizePages { get; set; }
343
}
344
-}
+}
0 commit comments