Skip to content

Commit 07728f6

Browse files
committed
Merge branch 'development' of https://github.com/syncfusion-content/document-processing-docs into 994877-Update-SkiaSharp-Version-Development
2 parents 004669f + f7d0b18 commit 07728f6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Document-Processing/PDF/PDF-Viewer/asp-net-mvc/server-actions.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@ title: Server actions for Syncfusion ASP.NET MVC PDF Viewer
44
description: Review the ASP.NET MVC server actions used by the Syncfusion PDF Viewer to manage loading, caching, annotations, and document interactions.
55
platform: document-processing
66
control: PDF Viewer
7-
publishingplatform: ASP.NET MVC
87
documentation: ug
98
---
109

11-
# Server Actions
10+
# Server Actions in ASP.NET MVC PDF Viewer
1211

1312
Syncfusion<sup style="font-size:70%">&reg;</sup> PDF Viewer is a client-server control that processes PDF documents on the server and sends incremental responses to the client for rendering and interaction. Ensure the ASP.NET MVC controller routes are registered, dependency injection supplies `IHostingEnvironment` and `IMemoryCache`, and caching is configured to persist page data between requests. Validate file paths and restrict inputs to trusted locations to avoid exposing sensitive files.
1413

@@ -382,7 +381,7 @@ The `jsonObjects` parameter represents the request payload sent by the PDF Viewe
382381
public string freeTextAnnotation { get; set; }
383382
public string signatureData { get; set; }
384383
public string fieldsData { get; set; }
385-
public string FormDesigner { get; set; }
384+
public string formDesigner { get; set; }
386385
public string inkSignatureData { get; set; }
387386
public string tileXCount { get; set; }
388387
public string tileYCount { get; set; }
@@ -399,4 +398,4 @@ The `jsonObjects` parameter represents the request payload sent by the PDF Viewe
399398
public bool isAnnotationsExist { get; set; }
400399
public bool isFormFieldAnnotationsExist { get; set; }
401400
}
402-
```
401+
```

0 commit comments

Comments
 (0)