[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.MarkedContent.TagArtifact

TagArtifact Class

Represents a standard Artifact tag.

Inheritance
TagArtifact
Namespace: GrapeCity.Documents.Pdf.MarkedContent
Assembly: DS.Documents.Pdf.dll
Syntax
public class TagArtifact : TagPropsBase
Public Class TagArtifact
    Inherits TagPropsBase

Constructors

Name Description
TagArtifact()

Properties

Name Description
BBox

Gets or sets this artifact’s bounding box (the rectangle that completely encloses its visible extent).

Subtype

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.

Type

Gets or sets the type of this artifact.

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