PDFView4NET WinForms Edition
Contents Property (PDFMeasureAnnotation)




O2S.Components.PDFView4NET.Annotations Namespace > PDFMeasureAnnotation Class : Contents Property
Gets or sets the annotation contents.
Syntax
'Declaration
 
Public Overrides Property Contents As String
'Usage
 
Dim instance As PDFMeasureAnnotation
Dim value As String
 
instance.Contents = value
 
value = instance.Contents
public override string Contents {get; set;}
public: __property string* get_Contents() override;
public: __property void set_Contents( 
   string* value
) override;
public:
property String^ Contents {
   String^ get() override;
   void set (    String^ value) override;
}

Property Value

The text to be displayed for the annotation.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFMeasureAnnotation Class
PDFMeasureAnnotation Members