Hi,
I’m trying to set up Underline and StrikeOut props on watermark text, but it doesn’t seem to work as expected. Here is my code:
var wmText = “First Line\nSecond Line\nThird Line”;
var lines = wmText.Split(new stri…...Document(filename); var artifact = new WatermarkArtifact(); artifact.SetLinesAndState(lines...true, StrikeOut = true }); artifact.ArtifactHorizontalAl = HorizontalAlignment...