Hello,
i try to create a new OutlineItemCollection and set the Color to Red.
But after setting the color to Red, the Color property is still unset.
Code:
var pdfOutline = new OutlineItemCollection(AsposeDocument.Outlines)
{
Title = $“Page {1} ({pdfFileName})”,
Action = new GoToAction(AsposeDocument.Pages.First()),
Bold = true,
Color = Color.Red
};
See 2021_12_06_15_12_38_All_Debugging_Microsoft_Visual_Studio.jpg (47.0 KB)
Kind regards,
Andy