Skip to content

Commit b6876c1

Browse files
committed
1014603-ug: Resolved the given feedback.
1 parent 7178a2d commit b6876c1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Document-Processing/PDF/PDF-Library/NET/Working-with-Pages.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1591,7 +1591,7 @@ loadedDocument.Close(True)
15911591

15921592
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/PDF-Examples/tree/master/Pages/Insert-New-Page-in-Existing-PDF-with-Same-Size/.NET).
15931593

1594-
## Support for Page‑Level Actions in PDF
1594+
## Page-level actions in PDF documents
15951595

15961596
Added full support for page‑level actions in the .NET PDF library, enabling developers to add, retrieve, edit, and remove actions triggered by PDF page events such as `OnOpen` and `OnClose`.
15971597

@@ -1675,7 +1675,6 @@ using (PdfDocument document = new PdfDocument())
16751675

16761676
{% highlight vb.net tabtitle="VB.NET [Windows-specific]" %}
16771677

1678-
16791678
Imports Syncfusion.Pdf
16801679
Imports Syncfusion.Pdf.Interactive
16811680

0 commit comments

Comments
 (0)