資源簡介
winform下能夠?qū)崿F(xiàn)常見文檔的預(yù)覽,不能修改。對word excel ppt pdf html 甚至視頻音頻文件都可以。

代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Text;
using?DocExp.Enums;
namespace?DocExp
{
????public?class?ActionType
????{
????????private?string?_ActionName;
????????public?string?ActionName
????????{
????????????get?{?return?_ActionName;?}
????????????set?{?_ActionName?=?value;?}
????????}
????????private?Type?_Action;
????????public?Type?Action
????????{
????????????get?{?return?_Action;?}
????????????set?{?_Action?=?value;?}
????????}
????????private?bool?_IsDefaultAction;
????????public?bool?IsDefaultAction
????????{
????????????get?{?return?_IsDefaultAction;?}
????????????set?{?_IsDefaultAction?=?value;?}
????????}
????????private?List?_ActionsGroupTypes?=?new?List();
????????public?List?ActionsGroupTypes
????????{
????????????get?{?return?_ActionsGroupTypes;?}
????????????set?{?_ActionsGroupTypes?=?value;?}
????????}
????????public?ActionType(string?parActionName?Type?parAction?bool?parIsDefaultAction)
????????{
????????????_ActionName?=?parActionName;
????????????_Action?=?parAction;
????????????_IsDefaultAction?=?parIsDefaultAction;
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????????908??2009-06-26?09:43??DocExp\DocExp.sln
?????目錄???????????0??2009-06-29?08:57??DocExp\DocExp\
?????目錄???????????0??2009-06-27?10:24??DocExp\DocExp\AbstractClasses\
?????文件????????1140??2009-06-27?10:24??DocExp\DocExp\AbstractClasses\Action.cs
?????目錄???????????0??2009-06-27?16:05??DocExp\DocExp\Actions\
?????文件????????3835??2009-06-27?11:52??DocExp\DocExp\Actions\Copy.cs
?????文件????????1503??2009-06-27?11:52??DocExp\DocExp\Actions\Delete.cs
?????文件????????1540??2009-06-27?11:52??DocExp\DocExp\Actions\Move.cs
?????文件????????1198??2009-06-27?11:25??DocExp\DocExp\Actions\Open.cs
?????文件????????1975??2009-06-27?16:05??DocExp\DocExp\Actions\Preview.cs
?????文件????????1206??2009-06-27?10:43??DocExp\DocExp\ActionType.cs
?????目錄???????????0??2009-06-27?10:45??DocExp\DocExp\Attributes\
?????文件?????????800??2009-06-27?10:45??DocExp\DocExp\Attributes\ActionAttributes.cs
?????目錄???????????0??2009-06-27?14:03??DocExp\DocExp\bin\
?????目錄???????????0??2009-06-29?08:51??DocExp\DocExp\bin\Debug\
?????文件????????8704??2009-06-26?10:37??DocExp\DocExp\bin\Debug\AxInterop.AcroPDFLib.dll
?????文件???????53248??2009-06-27?11:00??DocExp\DocExp\bin\Debug\AxInterop.WMPLib.dll
?????文件?????1802752??2009-06-29?08:57??DocExp\DocExp\bin\Debug\DocExp.exe
?????文件???????14328??2009-06-29?08:57??DocExp\DocExp\bin\Debug\DocExp.vshost.exe
?????文件?????????490??2007-07-21?02:33??DocExp\DocExp\bin\Debug\DocExp.vshost.exe.manifest
?????文件???????10240??2009-06-26?10:37??DocExp\DocExp\bin\Debug\Interop.AcroPDFLib.dll
?????文件??????290816??2009-06-27?10:48??DocExp\DocExp\bin\Debug\Interop.WMPLib.dll
?????文件?????1276720??2007-04-26?16:32??DocExp\DocExp\bin\Debug\Microsoft.Office.Interop.Excel.dll
?????文件??????248632??2007-04-26?16:33??DocExp\DocExp\bin\Debug\Microsoft.Office.Interop.PowerPoint.dll
?????文件???????20080??2007-04-26?16:30??DocExp\DocExp\bin\Debug\Microsoft.Office.Interop.SmartTag.dll
?????文件??????781104??2007-04-26?16:33??DocExp\DocExp\bin\Debug\Microsoft.Office.Interop.Word.dll
?????文件??????401408??2007-12-06?14:51??DocExp\DocExp\bin\Debug\Microsoft.Office.Tools.Excel.dll
?????文件??????884409??2007-08-10?11:15??DocExp\DocExp\bin\Debug\Microsoft.Office.Tools.Excel.xm
?????文件??????282624??2007-12-06?14:51??DocExp\DocExp\bin\Debug\Microsoft.Office.Tools.Word.dll
?????文件??????446431??2007-10-12?08:40??DocExp\DocExp\bin\Debug\Microsoft.Office.Tools.Word.xm
?????文件??????372736??2008-07-25?12:17??DocExp\DocExp\bin\Debug\Microsoft.VisualBasic.Compatibility.dll
............此處省略35個文件信息
評論
共有 條評論