PDF for UWP | ComponentOne
C1.Xaml.Pdf 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.Xaml.Pdf.PdfNoteBase
          C1.Xaml.Pdf.PdfRectNote
             C1.Xaml.Pdf.PdfSquareNote
             C1.Xaml.Pdf.PdfTextNote

    See Also