[]
Represents a standard Artifact tag.
public class TagArtifact : TagPropsBase
public TagArtifact()
Gets or sets this artifact’s bounding box (the rectangle that completely encloses its visible extent).
public RectangleF? BBox { get; set; }
Gets or sets the subtype of this artifact.
This entry applies only when the Type property is "Pagination". Valid values are "Header", "Footer" and "Watermark". Additional values can be defined for this property, see PDF specification for details.
public string Subtype { get; set; }
Gets or sets the type of this artifact.
If present, must be one of the names "Pagination", "Layout", "Page", or (PDF 1.7) "Background".
public string Type { get; set; }