Skip to content

Commit cf9e1f3

Browse files
879332: Update the proper spelling in tagged pdf.
1 parent bc302ca commit cf9e1f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

File-Formats/PDF/Working-with-Tagged-PDF.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1193,7 +1193,7 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
11931193
## Marking PDF content as an artifact
11941194

11951195
Artifacts in the PDF document can be graphic objects or other markings that are not a part of the authored content and will include such things as: headers, footers, page numbers, watermarks, cut marks, color bars, background images, lines separating content, or decorative images.
1196-
You can add artifact tag to PDF element by using the [PdfArtifact](https://help.syncfusion.com/cr/file-formats/Syncfusion.Pdf.PdfArtifact.html) class. The artifact type can be speified by using the [ArtifactType](https://help.syncfusion.com/cr/file-formats/Syncfusion.Pdf.PdfArtifact.html#Syncfusion_Pdf_PdfArtifact_ArtifactType) property available in the ```PdfArtifact``` class.
1196+
You can add artifact tag to PDF element by using the [PdfArtifact](https://help.syncfusion.com/cr/file-formats/Syncfusion.Pdf.PdfArtifact.html) class. The artifact type can be specified by using the [ArtifactType](https://help.syncfusion.com/cr/file-formats/Syncfusion.Pdf.PdfArtifact.html#Syncfusion_Pdf_PdfArtifact_ArtifactType) property available in the ```PdfArtifact``` class.
11971197

11981198
The following code explains how to add tag for header and footers in the PDF document.
11991199

0 commit comments

Comments
 (0)