Skip to content

Commit 2a44f3e

Browse files
committed
985863-1: Resolved CI failures.
1 parent 4261c2b commit 2a44f3e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1517,7 +1517,7 @@ using Syncfusion.Pdf.Graphics;
15171517
//Create a new PDF document
15181518
PdfDocument document = new PdfDocument(PdfConformanceLevel.Pdf_A4);
15191519

1520-
//Set Pdf File version 2.0
1520+
//Set PDF File version 2.0
15211521
document.FileStructure.Version = PdfVersion.Version2_0;
15221522

15231523
//Set true to auto tag all elements in document
@@ -1564,7 +1564,7 @@ using Syncfusion.Pdf.Graphics;
15641564
//Create a new PDF document
15651565
PdfDocument document = new PdfDocument(PdfConformanceLevel.Pdf_A4);
15661566

1567-
//Set Pdf File version 2.0
1567+
//Set PDF File version 2.0
15681568
document.FileStructure.Version = PdfVersion.Version2_0;
15691569

15701570
//Set true to auto tag all elements in document
@@ -1611,7 +1611,7 @@ Imports Syncfusion.Pdf.Graphics
16111611
'Creates new PDF document
16121612
Dim doc As PdfDocument = New PdfDocument(PdfConformanceLevel.Pdf_A4)
16131613

1614-
'Set Pdf File version 2.0
1614+
'Set PDF File version 2.0
16151615
doc.FileStructure.Version = PdfVersion.Version2_0
16161616

16171617
'Set true to auto tag all elements in document
@@ -1670,7 +1670,7 @@ using Syncfusion.Pdf.Graphics;
16701670
//Create a new PDF document
16711671
PdfDocument document = new PdfDocument();
16721672

1673-
//Set Pdf File version 2.0
1673+
//Set PDF File version 2.0
16741674
document.FileStructure.Version = PdfVersion.Version2_0;
16751675

16761676
//Set true to auto tag all elements in document
@@ -1715,7 +1715,7 @@ using Syncfusion.Pdf.Graphics;
17151715
//Create a new PDF document
17161716
PdfDocument document = new PdfDocument();
17171717

1718-
//Set Pdf File version 2.0
1718+
//Set PDF File version 2.0
17191719
document.FileStructure.Version = PdfVersion.Version2_0;
17201720

17211721
//Set true to auto tag all elements in document
@@ -1760,7 +1760,7 @@ Imports Syncfusion.Pdf.Graphics
17601760
'Creates new PDF document
17611761
Dim doc As PdfDocument = New PdfDocument()
17621762

1763-
'Set Pdf File version 2.0
1763+
'Set PDF File version 2.0
17641764
doc.FileStructure.Version = PdfVersion.Version2_0
17651765

17661766
'Set true to auto tag all elements in document

0 commit comments

Comments
 (0)