'DeclarationPublic Property Color As PdfRgbColor
'UsageDim 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); }