 |
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: SelectPdfAssembly: Select.Pdf (in Select.Pdf.dll) Version: 26.3
Syntaxpublic bool Artifact { get; set; }Public Property Artifact As Boolean
Get
Set
Property Value
Boolean
See Also