Table of Contents

Enum ArtifactMarkedContentElement.ArtifactType

Namespace
UglyToad.PdfPig.Content
Assembly
UglyToad.PdfPig.dll

If present, shall be one of the names Pagination, Layout, Page, or (PDF 1.7) Background.

public enum ArtifactMarkedContentElement.ArtifactType

Fields

Background = 4

(PDF 1.7) Images, patterns or coloured blocks that either run the entire length and/or width of the page or the entire dimensions of a structural element. Background artifacts typically serve as a background for content shown either on top of or placed adjacent to that background.

A background artifact can further be classified as visual content that serves to enhance the user experience, that lies under the actual content, and that is not required except to retain visual fidelity.

Layout = 2

Purely cosmetic typographical or design elements such as footnote rules or background screens.

Page = 3

Production aids extraneous to the document itself, such as cut marks and colour bars.

Pagination = 1

Ancillary page features such as running heads and folios (page numbers).

Unknown = 0

Unknown artifact type.