I am going to add an image to the header in my PDF document. Please check my method below. Could you please help me to implement this???
//addBannerAsString="https://localhost:44348/contentservice/api/Contents/commentary-banner-trowe"
private static void AddHeaderImage(Document document, IDictionary<string, string> options)
{
if (options.TryGetValue(ContentsConstants.CONVERT_ADD_BANNER, out string addBannerAsString))
{
//addBannerAsString="https://localhost:44348/contentservice/api/Contents/commentary-banner-trowe"
}
}