Microsoft Office文档影像处理 [英] Microsoft Office Document Imaging

查看:85
本文介绍了Microsoft Office文档影像处理的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好,

我想为我的Web应用程序开发用户控件.用户控件/活动x应该能够显示tiff图像,并且应该具有成像工具的所有功能,例如旋转,缩放,添加新页面等.

我认为可以使用MODI作为基本软件,并使用C Sharp .net在其之上开发一个插件.但是现在,由于Microsoft从Office 2010中取消了MODI的资格,因此我是否应该选择MODI选项还是很困惑.

请建议还是我应该使用其他具有相同功能的影像软件!

Hello,

I want to develop user control for my web application. The user control/active x should be able to show tiff images and should have all the features of an imaging tool like rotate, zoom, add new page etc.

I was of the opinion to use MODI as the base software and develop a plug in on top of it using C sharp .net. But now as Microsoft has depecrated MODI from Office 2010 I am confused should i stll go with MODI option or not.

Please suggest or should I use some other imaging software that provides the same functionality!

推荐答案

天哪,忘了MODI!

要实现几乎所有想要的功能,可以使用System.Drawing或WPF System.Windows.Media.请记住,您必须首先在System.Windows.Forms或WPF之间进行选择.通常System.DrawingForms一起使用,但不能很好地与WPF配合使用;而System.Windows.Media仅用于WPF.

我建议您搜索CodeProject文章-将找到许多有趣的代码示例和良好的教程.

参见:
C#中的图像处理实验室 [ C#图像/图片框旋转 [ CPJAImage-另一个图像绘制类 [在.NET中合并图像 [以固定焦点在WPF中缩放和平移 [ WPF教程:使用反射,阴影和旋转来创建3D效果 [如何生成WPF图像并将其呈现在网页中 [ ^ ],
SharpVectors-重新加载SVG#:简介 [使用WPF显示原始图像 [
Of gosh, forget about MODI!

To achieve nearly all you want you can use either System.Drawing or WPF System.Windows.Media. Remember, you have first to choose between System.Windows.Forms or WPF. Normally System.Drawing works with Forms but does not live with WPF well; and System.Windows.Media is for WPF only.

I suggest you search through CodeProject articles — will find many interesting code samples and good tutorials.

See:
Image Processing Lab in C#[^],
C# Image/PictureBox Rotations[^],
CPJAImage - Yet another image drawing class[^],
Merging Images in .NET[^].

WPF:
Zooming and panning in WPF with fixed focus[^],
WPF tutorial: use reflections, shadows and rotations to create 3D effects[^],
How to generate a WPF image and render it in a Webpage[^],
SharpVectors - SVG# Reloaded: An Introduction[^],
Displaying Raw Images Using WPF[^].

It may give you and idea.

Look for other works of the same authors, do you own search.

Good luck,
—SA


这篇关于Microsoft Office文档影像处理的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆