'Declaration<CategoryAttribute("ToolTips")> <DescriptionAttribute("The contents of the tooltip")> <DefaultValueAttribute("{Contents}")> Public Property Contents As String
'UsageDim instance As PdfVisualAnnotationToolTip 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^ Contents { String^ get(); void set ( String^ value); }