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

In This Topic
    Type Property (TagArtifact)
    In This Topic
    Gets or sets the type of this artifact.

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

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