Group: Forum Members
Last Active: 10 Years Ago
Posts: 9,
Visits: 2
|
Hi
I have a pdf generated by Nevron for which i need to had a rectangular border or a shape file which contains the border. I have added the shapefile which contains the border to the pdf image.But the original image is compressed in size. Please help me how to set the proportions of the frame so that both images are fit wit each other.
The code i am using to add the border shape file is given below Dim shapeFilePaths As List(Of String) shapeFilePaths = Session("ShapeFileNames") Dim fullFilePath As String fullFilePath = HttpContext.Current.Server.MapPath("~/Imaging/ShapeFiles/" & Config.ProjectID & "/" & buildingID.ToString & "/" & "Border_lin.shp") shapeFilePaths.Add(fullFilePath)
Thanks, Sudhi
|