Hi, At first let me appreciate you for great utility which you prepared. I have a problem when I want to algin my text in rectangle, I receive below message "Error 9 The type 'System.Windows.Rect' is defined in an assembly that is not referenced. You must add a reference to assembly 'WindowsBase, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'." Could you please do me a favor and let me know what what is the problem in my code, I enclosed my code for your information.
these are all of my using:
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms;
using System.Data.SqlClient; using System.IO; using Excel = Microsoft.Office.Interop.Excel; using System.Reflection; using AE_ModifyValue; using dbUtility;
//For PDF Files using System.Diagnostics; using PdfSharp; using PdfSharp.Drawing; using PdfSharp.Pdf; using PdfSharp.Pdf.IO; using PdfSharp.Windows;
Thank you in advance for your time Alex
Attachments: |

pdfsharp_01.jpg [ 146.39 KiB | Viewed 6764 times ]
|
|