Skip to content

Commit b359733

Browse files
authored
Merge pull request #3165 from syncfusion-content/EJ2-895415-UpdateJson
895415: Update Json class properties in Service
2 parents 33284a1 + 35d14ec commit b359733

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

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

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -378,15 +378,19 @@ 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; }
387-
public string FormDesigner { get; set; }
387+
public string formDesigner { get; set; }
388388
public string inkSignatureData { get; set; }
389-
}
389+
public string tileXCount { get; set; }
390+
public string tileYCount { get; set; }
391+
public bool digitalSignaturePresent { get; set; }
392+
}
393+
390394
}
391395

392396
{% endhighlight %}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ namespace PDFViewerSample.Pages
392392
public bool isFormFieldAnnotationsExist { get; set; }
393393
public string documentLiveCount { get; set; }
394394
public string annotationDataFormat { get; set; }
395-
public string importedData { get; set; }
395+
public string importedData { get; set; }
396396
}
397397
}
398398
{% endhighlight %}

0 commit comments

Comments
 (0)