Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/csharp/271.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# 如何在Asp.NETC中使用ABCPDF10注释?_C# - Fatal编程技术网

C# 如何在Asp.NETC中使用ABCPDF10注释?

C# 如何在Asp.NETC中使用ABCPDF10注释?,c#,C#,在执行这些 如果示例中出现错误,任何人都可以告诉我需要在其中包含哪些名称空间 using WebSupergoo.ABCpdf10; Doc theDoc = new Doc(); InteractiveForm form = new InteractiveForm(theDoc); theDoc.Pos.X = 40; theDoc.Pos.Y = theDoc.MediaBox.Top - 40; theDoc.AddText("Interactive Form annotations");

在执行这些 如果示例中出现错误,任何人都可以告诉我需要在其中包含哪些名称空间

using WebSupergoo.ABCpdf10;
Doc theDoc = new Doc();
InteractiveForm form = new InteractiveForm(theDoc);
theDoc.Pos.X = 40;
theDoc.Pos.Y = theDoc.MediaBox.Top - 40;
theDoc.AddText("Interactive Form annotations");

您是否可以包括您正在遇到的错误以及导致这些错误的特定代码找不到类型或命名空间名称“InteractiveForm”..missing directive或assembly refeence..这是我遇到的错误..将此信息添加到问题中比将其作为注释更有用