PDF files do not have explicit setting for Bold. Instead, you need to actually select a Bold font face. Such as.
myFont = Font.Create(pdfdoc, "ArialBold", ProcedureVersion);
PDF files do not have explicit setting for Bold. Instead, you need to actually select a Bold font face. Such as.
myFont = Font.Create(pdfdoc, "ArialBold", ProcedureVersion);