Skip to content

Commit 981c1d4

Browse files
895415: UpdateJsonHotfix
1 parent d6386a4 commit 981c1d4

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

ej2-asp-core-mvc/pdfviewer/EJ2_ASP.NETCORE/getting-started-with-server-backed.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -373,14 +373,26 @@ namespace PDFViewerSample.Pages
373373
public string viewPortWidth { get; set; }
374374
public string viewPortHeight { get; set; }
375375
public string tilecount { get; set; }
376-
public string isCompletePageSizeNotReceived { get; set; }
376+
public bool isCompletePageSizeNotReceived { get; set; }
377377
public string freeTextAnnotation { get; set; }
378378
public string signatureData { get; set; }
379379
public string fieldsData { get; set; }
380-
public string FormDesigner { get; set; }
380+
public string formDesigner { get; set; }
381381
public string inkSignatureData { get; set; }
382+
public bool hideEmptyDigitalSignatureFields { get; set; }
383+
public bool showDigitalSignatureAppearance { get; set; }
384+
public bool digitalSignaturePresent { get; set; }
382385
public string tileXCount { get; set; }
383386
public string tileYCount { get; set; }
387+
public string digitalSignaturePageList { get; set; }
388+
public string annotationCollection { get; set; }
389+
public string annotationsPageList { get; set; }
390+
public string formFieldsPageList { get; set; }
391+
public bool isAnnotationsExist { get; set; }
392+
public bool isFormFieldAnnotationsExist { get; set; }
393+
public string documentLiveCount { get; set; }
394+
public string annotationDataFormat { get; set; }
395+
public string importedData { get; set; }
384396
public bool digitalSignaturePresent { get; set; }
385397
}
386398
{% endhighlight %}

0 commit comments

Comments
 (0)