Skip to content

Commit d6386a4

Browse files
895415: Update Json Hotfix
1 parent e3b534a commit d6386a4

File tree

2 files changed

+7
-16
lines changed

2 files changed

+7
-16
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,14 +378,17 @@ namespace GettingStartedMVC.Controllers
378378
public string uniqueId { get; set; }
379379
public string data { get; set; }
380380
public string viewPortWidth { get; set; }
381-
public string viewportHeight { get; set; }
381+
public string viewPortHeight { get; set; }
382382
public string tilecount { get; set; }
383383
public string isCompletePageSizeNotReceived { get; set; }
384384
public string freeTextAnnotation { get; set; }
385385
public string signatureData { get; set; }
386386
public string fieldsData { get; set; }
387387
public string FormDesigner { get; set; }
388388
public string inkSignatureData { get; set; }
389+
public string tileXCount { get; set; }
390+
public string tileYCount { get; set; }
391+
public bool digitalSignaturePresent { get; set; }
389392
}
390393
}
391394

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

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -373,28 +373,16 @@ namespace PDFViewerSample.Pages
373373
public string viewPortWidth { get; set; }
374374
public string viewPortHeight { get; set; }
375375
public string tilecount { get; set; }
376-
public bool isCompletePageSizeNotReceived { get; set; }
376+
public string 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; }
385382
public string tileXCount { get; set; }
386383
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; }
384+
public bool digitalSignaturePresent { get; set; }
396385
}
397-
}
398386
{% endhighlight %}
399387
{% endtabs %}
400388

0 commit comments

Comments
 (0)