Using a PDF rotated 270 degrees, an SVG image is stamped incorrectly. I’ve included a sample project which exhibits the behavior described.
If I use the following, no stamp is added to the pdf:
document.Pages[page].Annotations.Add(stamp, true);
Setting Characteristics:Rotate seems to have no affect as well.
SVG should be oriented in the same direction as the page. image.jpg (94.0 KB)
AsposeTestRotatedPDFStampSVG.zip (1.0 MB)