'Declaration<CategoryAttribute("PDF")> <DescriptionAttribute("The highlight color for text search results.")> Public Property TextSearchResultColor As Color
'UsageDim instance As PdfDocumentView Dim value As Color instance.TextSearchResultColor = value value = instance.TextSearchResultColor
[Category("PDF")] [Description("The highlight color for text search results.")] public Color TextSearchResultColor {get; set;}
[Category("PDF")] [Description("The highlight color for text search results.")] public: property Color TextSearchResultColor { Color get(); void set ( Color value); }