Skip to content

Commit 6fffa69

Browse files
committed
949285 Changed title name.
1 parent 7ab99e1 commit 6fffa69

File tree

3 files changed

+3
-3
lines changed
  • Tagged PDF
    • Custom-Role-Mapping/.NET/Custom-Role-Mapping
    • PDF-for-Universal-Accessibility/.NET/PDF-for-Universal-Accessibility
    • Well-Tagged-PDF/.NET/Well-Tagged-PDF

3 files changed

+3
-3
lines changed

Tagged PDF/Custom-Role-Mapping/.NET/Custom-Role-Mapping/Program.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
document.StructureRoleMap = roleMap; // Assign role map to the document
2020

2121
// Set document metadata
22-
document.DocumentInformation.Title = "PdfTextElement";
22+
document.DocumentInformation.Title = "Custom Role Map";
2323

2424
// Add a new page to the PDF
2525
PdfPage page = document.Pages.Add();

Tagged PDF/PDF-for-Universal-Accessibility/.NET/PDF-for-Universal-Accessibility/Program.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
//Set true to auto tag all elements in document
1212
document.AutoTag = true;
13-
document.DocumentInformation.Title = "PdfTextElement";
13+
document.DocumentInformation.Title = "PDF Universal Accessibility 2";
1414

1515
// Add a new page
1616
PdfPage page = document.Pages.Add();

Tagged PDF/Well-Tagged-PDF/.NET/Well-Tagged-PDF/Program.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
//Set true to auto tag all elements in document
1212
document.AutoTag = true;
13-
document.DocumentInformation.Title = "PdfTextElement";
13+
document.DocumentInformation.Title = "Well Tagged PDF";
1414

1515
// Add a new page
1616
PdfPage page = document.Pages.Add();

0 commit comments

Comments
 (0)