Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.MarkedContent Namespace / TagArtifact Class / Subtype Property

In This Topic
    Subtype Property (TagArtifact)
    In This Topic
    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.

    Syntax
    'Declaration
     
    Public Property Subtype As System.String
    public System.string Subtype {get; set;}
    See Also