ComponentOne PDF for .NET
C1.C1Pdf Namespace / PdfNoteBase Class / Contents Property

In This Topic
    Contents Property (PdfNoteBase)
    In This Topic
    Gets or sets the text of the current note.
    Syntax
    'Declaration
     
    
    Public Overridable Property Contents As String
    public virtual string Contents {get; set;}
    See Also