资源简介
print2flash4官方提供的各种语言操作的API
代码片段和文件信息
/*
==============================================================================
Filename: Default.aspx.cs
Description: script for the Default.aspx web page
For installation and usage instructions see ReadMe.htm file
This file is part of the Print2Flash OLE Automation SDK samples
Copyright (C) Print2Flash Software. All rights reserved
This source code is intended only as a supplement to Print2Flash OLE
Automation SDK and/or documentation. See Print2Flash documentation
and online help at http://print2flash.com for more information
THIS CODE AND INFORMATION IS PROVIDED “AS IS“ WITHOUT WARRANTY OF ANY
KIND EITHER EXPRESSED OR IMPLIED INCLUDING BUT NOT LIMITED TO THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
PARTICULAR PURPOSE.
*/
using System;
using System.IO;
using System.Data;
using System.Configuration;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
public partial class _Default : System.Web.UI.Page
{
protected string dirUrl = ““;
protected void Page_Load(object sender EventArgs e)
{
if (cblDocOptions.Items.Count <= 0)
{
int mask;
mask = (int)Print2Flash4.INTERFACE_OPTION.INTLOGO;
cblDocOptions.Items.Add(new ListItem(“Print2Flash Logo“ mask.ToString()));
mask = (int)(Print2Flash4.INTERFACE_OPTION.INTPREVPAGE | Print2Flash4.INTERFACE_OPTION.INTGOTOPAGE | Print2Flash4.INTERFACE_OPTION.INTNEXTPAGE);
cblDocOptions.Items.Add(new ListItem(“Navigation controls“ mask.ToString()));
mask = (int)(Print2Flash4.INTERFACE_OPTION.INTFITWIDTH | Print2Flash4.INTERFACE_OPTION.INTFITPAGE | Print2Flash4.INTERFACE_OPTION.INTZOOMSLIDER | Print2Flash4.INTERFACE_OPTION.INTZOOMBOX);
cblDocOptions.Items.Add(new ListItem(“Zooming controls“ mask.ToString()));
mask = (int)(Print2Flash4.INTERFACE_OPTION.INTSEARCHBOX | Print2Flash4.INTERFACE_OPTION.INTSEARCHBUT);
cblDocOptions.Items.Add(new ListItem(“Search controls“ mask.ToString()));
mask = (int)(Print2Flash4.INTERFACE_OPTION.INTPRINT);
cblDocOptions.Items.Add(new ListItem(“Print button“ mask.ToString()));
mask = (int)(Print2Flash4.INTERFACE_OPTION.INTDRAG | Print2Flash4.INTERFACE_OPTION.INTSELTEXT |
Print2Flash4.INTERFACE_OPTION.INTROTATE | Print2Flash4.INTERFACE_OPTION.INTNEWWIND |
Print2Flash4.INTERFACE_OPTION.INTHELP | Print2Flash4.INTERFACE_OPTION.INTBACKBUTTON |
Print2Flash4.INTERFACE_OPTION.INTFORWARDBUTTON | Print2Flash4.INTERFACE_OPTION.INTFULLSCREEN);
cblDocOptions.Items.Add(new ListItem(“Other controls“ mask.ToString()));
for (int i = 0; i < cblDocOptions.Items.Count; i++)
cblDocOptions.Items[i].Selected = true;
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2015-08-03 19:01 Automation\
文件 37018 2015-07-08 13:50 Automation\p2fServer.idl
文件 34172 2015-07-07 01:30 Automation\p2fServer.tlb
目录 0 2014-05-05 18:59 Automation\Samples\
目录 0 2015-07-10 18:47 Automation\Samples\ASP\
文件 102 2015-07-10 18:07 Automation\Samples\ASP\cleanup.bat
目录 0 2014-05-05 18:59 Automation\Samples\ASP\convertedfiles\
文件 11522 2015-07-10 18:09 Automation\Samples\ASP\default.asp
文件 3599 2015-07-10 18:02 Automation\Samples\ASP\P2FAPIConst.vb
文件 14137 2015-07-10 15:08 Automation\Samples\ASP\ReadMe.htm
目录 0 2014-05-05 18:59 Automation\Samples\ASP\uploadedfiles\
文件 7863 2014-11-14 08:45 Automation\Samples\ASP\uploadedfiles\textdoc.txt
目录 0 2015-08-15 18:11 Automation\Samples\ASP.NET\
目录 0 2015-07-08 19:37 Automation\Samples\ASP.NET\App_Code\
文件 3326 2015-07-08 19:03 Automation\Samples\ASP.NET\App_Code\WebService.cs
目录 0 2015-07-08 19:37 Automation\Samples\ASP.NET\App_WebReferences\
目录 0 2015-07-08 19:37 Automation\Samples\ASP.NET\App_WebReferences\localhost\
文件 725 2007-07-19 16:31 Automation\Samples\ASP.NET\App_WebReferences\localhost\WebService.disco
文件 586 2007-07-19 16:32 Automation\Samples\ASP.NET\App_WebReferences\localhost\WebService.discomap
文件 5047 2007-07-19 16:31 Automation\Samples\ASP.NET\App_WebReferences\localhost\WebService.wsdl
目录 0 2015-07-08 19:37 Automation\Samples\ASP.NET\Bin\
文件 61440 2015-07-08 13:23 Automation\Samples\ASP.NET\Bin\Interop.Print2Flash4.dll
文件 201 2015-07-08 19:04 Automation\Samples\ASP.NET\cleanup.bat
目录 0 2015-07-08 19:37 Automation\Samples\ASP.NET\convertedfiles\
文件 12438 2015-07-08 19:08 Automation\Samples\ASP.NET\Default.aspx
文件 4945 2015-07-09 14:04 Automation\Samples\ASP.NET\Default.aspx.cs
文件 17303 2015-07-08 18:30 Automation\Samples\ASP.NET\ReadMe.htm
目录 0 2015-07-08 19:37 Automation\Samples\ASP.NET\uploadedfiles\
文件 90 2007-07-17 12:28 Automation\Samples\ASP.NET\WebService.asmx
文件 8520 2015-07-09 13:25 Automation\Samples\ASP.NET\webservice.aspx
文件 2847 2015-07-08 18:49 Automation\Samples\ASP.NET\webservice.aspx.cs
............此处省略370个文件信息
- 上一篇:海康 web 插件
- 下一篇:Scala实用指南高清带书签
评论
共有 条评论