File tree 3 files changed +3
-3
lines changed
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 Original file line number Diff line number Diff line change 19
19
document . StructureRoleMap = roleMap ; // Assign role map to the document
20
20
21
21
// Set document metadata
22
- document . DocumentInformation . Title = "PdfTextElement " ;
22
+ document . DocumentInformation . Title = "Custom Role Map " ;
23
23
24
24
// Add a new page to the PDF
25
25
PdfPage page = document . Pages . Add ( ) ;
Original file line number Diff line number Diff line change 10
10
11
11
//Set true to auto tag all elements in document
12
12
document . AutoTag = true ;
13
- document . DocumentInformation . Title = "PdfTextElement " ;
13
+ document . DocumentInformation . Title = "PDF Universal Accessibility 2 " ;
14
14
15
15
// Add a new page
16
16
PdfPage page = document . Pages . Add ( ) ;
Original file line number Diff line number Diff line change 10
10
11
11
//Set true to auto tag all elements in document
12
12
document . AutoTag = true ;
13
- document . DocumentInformation . Title = "PdfTextElement " ;
13
+ document . DocumentInformation . Title = "Well Tagged PDF " ;
14
14
15
15
// Add a new page
16
16
PdfPage page = document . Pages . Add ( ) ;
You can’t perform that action at this time.
0 commit comments