Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.MarkedContent Namespace / TagPropsBase Class
Members

In This Topic
    TagPropsBase Class
    In This Topic
    Abstract base class for tags that use GrapeCity.Documents.Pdf.Spec.IPdfDict to store properties.
    Object Model
    TagPropsBase Class
    Syntax
    'Declaration
     
    Public MustInherit Class TagPropsBase 
       Inherits TagBase
    public abstract class TagPropsBase : TagBase 
    Inheritance Hierarchy

    System.Object
       GrapeCity.Documents.Pdf.MarkedContent.TagBase
          GrapeCity.Documents.Pdf.MarkedContent.TagPropsBase
             GrapeCity.Documents.Pdf.MarkedContent.TagArtifact
             GrapeCity.Documents.Pdf.MarkedContent.TagCustom
             GrapeCity.Documents.Pdf.MarkedContent.TagMcid

    See Also