@@ -1517,7 +1517,7 @@ using Syncfusion.Pdf.Graphics;
15171517//Create a new PDF document
15181518PdfDocument document = new PdfDocument(PdfConformanceLevel.Pdf_A4);
15191519
1520- //Set Pdf File version 2.0
1520+ //Set PDF File version 2.0
15211521document.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
15651565PdfDocument document = new PdfDocument(PdfConformanceLevel.Pdf_A4);
15661566
1567- //Set Pdf File version 2.0
1567+ //Set PDF File version 2.0
15681568document.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
16121612Dim doc As PdfDocument = New PdfDocument(PdfConformanceLevel.Pdf_A4)
16131613
1614- 'Set Pdf File version 2.0
1614+ 'Set PDF File version 2.0
16151615doc.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
16711671PdfDocument document = new PdfDocument();
16721672
1673- //Set Pdf File version 2.0
1673+ //Set PDF File version 2.0
16741674document.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
17161716PdfDocument document = new PdfDocument();
17171717
1718- //Set Pdf File version 2.0
1718+ //Set PDF File version 2.0
17191719document.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
17611761Dim doc As PdfDocument = New PdfDocument()
17621762
1763- 'Set Pdf File version 2.0
1763+ 'Set PDF File version 2.0
17641764doc.FileStructure.Version = PdfVersion.Version2_0
17651765
17661766'Set true to auto tag all elements in document
0 commit comments