Click or drag to resize
Pdf Library for .NET

PdfPageElementArtifact Property

Marks this element's content as a PDF artifact (decorative or non-semantic content such as background shapes, rules or repeated page furniture) in a tagged document. Artifact content is excluded from the logical structure tree. In a tagged document every element should either set TagType (real content) or set Artifact to true; this property takes precedence over TagType when both are set. Has no effect unless the owning Tagged is enabled.

Namespace: SelectPdf
Assembly: Select.Pdf (in Select.Pdf.dll) Version: 26.3
Syntax
public bool Artifact { get; set; }

Property Value

Boolean
See Also