XFINIUM.PDF.View.Win Documentation
Contents Property (PdfVisualFreeTextAnnotation)



Xfinium.Pdf.View.Annotations Namespace > PdfVisualFreeTextAnnotation Class : Contents Property
Gets or sets the annotation contents.
Syntax
'Declaration
 
Public Property Contents As String
'Usage
 
Dim instance As PdfVisualFreeTextAnnotation
Dim value As String
 
instance.Contents = value
 
value = instance.Contents
public string Contents {get; set;}
public:
property String^ Contents {
   String^ get();
   void set (    String^ value);
}

Property Value

Text to be displayed for the annotation.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfVisualFreeTextAnnotation Class
PdfVisualFreeTextAnnotation Members