'Declaration
Public Property Color As PdfRgbColor
'Usage
Dim instance As PdfOutlineItem Dim value As PdfRgbColor instance.Color = value value = instance.Color
public PdfRgbColor Color {get; set;}
public: property PdfRgbColor^ Color { PdfRgbColor^ get(); void set ( PdfRgbColor^ value); }