'Declaration
<CategoryAttribute("ToolTips")> <DescriptionAttribute("The contents of the tooltip")> <DefaultValueAttribute("{Contents}")> Public Property Contents As String
'Usage
Dim instance As PDFAnnotationToolTip Dim value As String instance.Contents = value value = instance.Contents
[Category("ToolTips")] [Description("The contents of the tooltip")] [DefaultValue("{Contents}")] public string Contents {get; set;}
[Category("ToolTips")] [Description("The contents of the tooltip")] [DefaultValue("{Contents}")] public: __property string* get_Contents(); public: __property void set_Contents( string* value );
[Category("ToolTips")] [Description("The contents of the tooltip")] [DefaultValue("{Contents}")] public: property String^ Contents { String^ get(); void set ( String^ value); }