File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed
PDFViewer/ASP.NET MVC Razor Examples/Controllers Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -260,11 +260,24 @@ public class jsonObjects
260260 public string viewPortWidth { get ; set ; }
261261 public string viewportHeight { get ; set ; }
262262 public string tilecount { get ; set ; }
263- public string isCompletePageSizeNotReceived { get ; set ; }
263+ public bool isCompletePageSizeNotReceived { get ; set ; }
264264 public string freeTextAnnotation { get ; set ; }
265265 public string signatureData { get ; set ; }
266266 public string fieldsData { get ; set ; }
267267 public string FormDesigner { get ; set ; }
268268 public string inkSignatureData { get ; set ; }
269+ public bool hideEmptyDigitalSignatureFields { get ; set ; }
270+ public bool showDigitalSignatureAppearance { get ; set ; }
271+ public bool digitalSignaturePresent { get ; set ; }
272+ public string tileXCount { get ; set ; }
273+ public string tileYCount { get ; set ; }
274+ public string digitalSignaturePageList { get ; set ; }
275+ public string annotationCollection { get ; set ; }
276+ public string annotationsPageList { get ; set ; }
277+ public string formFieldsPageList { get ; set ; }
278+ public string isAnnotationsExist { get ; set ; }
279+ public string isFormFieldAnnotationsExist { get ; set ; }
280+ public string documentLiveCount { get ; set ; }
281+ public string annotationDataFormat { get ; set ; }
269282 }
270283}
You can’t perform that action at this time.
0 commit comments