Profile Picture

Center align the diagram exported to pdf

Posted By sudarshan rudrappa 12 Years Ago
Author
Message
sudarshan rudrappa
Posted 12 Years Ago
View Quick Profile
Forum Newbie

Forum Newbie (9 reputation)Forum Newbie (9 reputation)Forum Newbie (9 reputation)Forum Newbie (9 reputation)Forum Newbie (9 reputation)Forum Newbie (9 reputation)Forum Newbie (9 reputation)Forum Newbie (9 reputation)Forum Newbie (9 reputation)

Group: Forum Members
Last Active: 10 Years Ago
Posts: 9, Visits: 2
Hi,

I am exporting nevron generated image to pdf. The image is currently left aligned, but i want the image to center aligned in the pdf
I am using the following code.

DrawingView = New NDrawingView()
DrawingView.ViewLayout = CanvasLayout.Fit
Dim imageFormat As New NPdfImageFormat()
imageFormat.PageSize = New NSizeF(GetSizeInPoints("PageHeight"), GetSizeInPoints("PageWidth"))
imageFormat.Layout = PagedLayout.FitToPages

I have also attached the pdf for reference.
Please let me know how to center align the image in pdf




Similar Topics


Reading This Topic