[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.MarkedContent.TagArtifact

Class TagArtifact

Namespace
GrapeCity.Documents.Pdf.MarkedContent
Assembly
GcDocs.Pdf.dll

Represents a standard Artifact tag.

public class TagArtifact : TagPropsBase
Inheritance
object
TagArtifact
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

TagArtifact()

public TagArtifact()

Properties

BBox

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

public RectangleF? BBox { get; set; }

Property Value

System.Drawing.RectangleF?

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.

public string Subtype { get; set; }

Property Value

string

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".

public string Type { get; set; }

Property Value

string