Skip to content

Commit 83be879

Browse files
Merge pull request #3169 from Syncfusion-Content/hotfix/hotfix-v26.1.35
DOCINFRA-2341_merged_using_automation
2 parents 7ce8325 + a48c060 commit 83be879

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

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

Lines changed: 5 additions & 2 deletions
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; }
387-
public string FormDesigner { get; set; }
387+
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: 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)