ComponentOne PDF for .NET
C1.C1Pdf Namespace / PdfNoteBase Class
Members

In This Topic
    PdfNoteBase Class
    In This Topic
    The abstract base class from which all other notes classes are derived.
    Object Model
    PdfNoteBase Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class PdfNoteBase 
    public abstract class PdfNoteBase 
    Remarks
    Non-abstract classes derived from PdfNoteBase include PdfTextNote, PdfLineNote, PdfSquareNote and PdfCircleNote.
    Inheritance Hierarchy

    System.Object
       C1.C1Pdf.PdfNoteBase
          C1.C1Pdf.PdfLineNote
          C1.C1Pdf.PdfRectNote

    See Also