SpacingAfter doesn't seem to work with formatted text areas

Skip Navigation LinksHome  /  Support  /  Forums  /  DynamicPDF Generator for COM/ActiveX (v3)  /  Re: SpacingAfter doesn't seem to work with formatted text areas

DynamicPDF Generator for COM/ActiveX (v3) Forum

Hello,

Style.Paragraph.SpacingAfter doesn't seem to work with FormattedTextAreas.  Is it a known issue, more importantly is there a workaround?

Example code:

Dim objDocument As DynamicPDF.Document
Dim objPage As DynamicPDF.Page
Dim objTextArea As DynamicPDF.FormattedTextArea

Set objDocument = New DynamicPDF.Document
Set objPage = objDocument.AddPage

Set objTextArea =
objPage.AddFormattedTextArea("<P>Test</P>", 0, 4, 50, 1, DPDF_FontFamily_Helvetica, 12, True)
objTextArea.Style.Paragraph.SpacingBefore = 10
objTextArea.Style.Paragraph.SpacingAfter = 10

Thanks
Ramesh
Posted by a ceTe Software moderator
Hello Ramesh,

We will do some testing on our end and will post the results soon. In the mean time can you please confirm and make sure that you are using the latest DLL files.

Thanks,
ceTe Software Support Team
Hello,

Thanks for the immediate response. Yes I am using the latest dlls to develop.  If need be, I can provide further details (if you require any specific information).

Regards
Ramesh
Posted by a ceTe Software moderator
Hello Ramesh,

We have this issue fixed in our latest build. Can you please send over an email to our Support Team so that they can give you the latest dll files with fix.

Thanks,
ceTe Software Support team.

All times are US Eastern Standard time. The time now is 1:42 AM.