Image Title Alignment dose not work

Hi

I will set the Titele of the Image on Leftside. I use the folowing code to do that.

pdfImage.ImageInfo.Title = baseReport.CurrentSectionTitel;

TextInfo imageText = currentDoc.TextInfo.Clone() as TextInfo;

imageText.Alignment = AlignmentType.Left;

imageText.FontSize = 6;

imageText.IsTrueTypeFontItalic = true;

pdfImage.ImageInfo.TextInfo = imageText;

This will not work. The Title ist alway in Center of the Image.

Regards Markus

Hello Markus,

Thanks for considering Aspose.

I have tested the issue and I’m able to reproduce the same problem. I have logged it in our issue tracking system as PDFNET-10605. We will investigate this issue in detail and will keep you updated on the status of a correction. We apologize for your inconvenience.<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />

The issues you have found earlier (filed as 10605) have been fixed in this update.


This message was posted using Notification2Forum from Downloads module by aspose.notifier.