'Declaration
Public Property TextColor As PDFRgbColor
'Usage
Dim instance As PDFFreeTextAnnotation Dim value As PDFRgbColor instance.TextColor = value value = instance.TextColor
public PDFRgbColor TextColor {get; set;}
public: __property PDFRgbColor* get_TextColor(); public: __property void set_TextColor( PDFRgbColor* value );
public: property PDFRgbColor^ TextColor { PDFRgbColor^ get(); void set ( PDFRgbColor^ value); }