File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
ej2-asp-core-mvc/pdfviewer Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -378,14 +378,17 @@ namespace GettingStartedMVC.Controllers
378
378
public string uniqueId { get; set; }
379
379
public string data { get; set; }
380
380
public string viewPortWidth { get; set; }
381
- public string viewportHeight { get; set; }
381
+ public string viewPortHeight { get; set; }
382
382
public string tilecount { get; set; }
383
383
public string isCompletePageSizeNotReceived { get; set; }
384
384
public string freeTextAnnotation { get; set; }
385
385
public string signatureData { get; set; }
386
386
public string fieldsData { get; set; }
387
- public string FormDesigner { get; set; }
387
+ public string formDesigner { get; set; }
388
388
public string inkSignatureData { get; set; }
389
+ public string tileXCount { get; set; }
390
+ public string tileYCount { get; set; }
391
+ public bool digitalSignaturePresent { get; set; }
389
392
}
390
393
}
391
394
Original file line number Diff line number Diff line change @@ -392,7 +392,7 @@ namespace PDFViewerSample.Pages
392
392
public bool isFormFieldAnnotationsExist { get; set; }
393
393
public string documentLiveCount { get; set; }
394
394
public string annotationDataFormat { get; set; }
395
- public string importedData { get; set; }
395
+ public string importedData { get; set; }
396
396
}
397
397
}
398
398
{% endhighlight %}
You can’t perform that action at this time.
0 commit comments