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

In This Topic
    PdfRectNote Class
    In This Topic
    The abstract base class for notes that have a surface (PdfTextNote, PdfSquareNote).
    Object Model
    PdfRectNote Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class PdfRectNote 
       Inherits PdfNoteBase
    public abstract class PdfRectNote : PdfNoteBase 
    Inheritance Hierarchy

    System.Object
       C1.C1Pdf.PdfNoteBase
          C1.C1Pdf.PdfRectNote
             C1.C1Pdf.PdfSquareNote
             C1.C1Pdf.PdfTextNote

    See Also