-
大小: 0.04M文件類型: .zip金幣: 1下載: 0 次發(fā)布日期: 2021-02-26
- 語言: C#
- 標(biāo)簽: PrintSpooler??
資源簡(jiǎn)介
PrintSpooler
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Printing;
using?System.Text;
using?System.Runtime.InteropServices;
using?System.Threading;
using?Atom8.API.PrintSpool;
namespace?Atom8.Monitors
{
????public?class?PrintJobChangeEventArgs?:?EventArgs
????{
????????#region?private?variables
????????private?int?_jobID=0;
????????private?string?_jobName?=?““;
????????private?JOBSTATUS?_jobStatus?=?new?JOBSTATUS();
????????private?PrintSystemJobInfo?_jobInfo?=?null;
????????#endregion
????????public?int?JobID?{?get?{?return?_jobID;}??}
????????public?string?JobName?{?get?{?return?_jobName;?}?}
????????public?JOBSTATUS?JobStatus?{?get?{?return?_jobStatus;?}?}
????????public?PrintSystemJobInfo?JobInfo?{?get?{?return?_jobInfo;?}?}
????????public?PrintJobChangeEventArgs(int?intJobID?string?strJobName?JOBSTATUS?jStatus?PrintSystemJobInfo?objJobInfo?)
????????????:?base()
????????{
????????????_jobID?=?intJobID;
????????????_jobNam
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件????????1435??2010-01-08?10:54??PrintSpooler.sln
?????目錄???????????0??2010-01-08?14:50??PrintQueueMonitor\
?????目錄???????????0??2010-01-08?10:54??PrintQueueMonitor\bin\
?????目錄???????????0??2010-01-08?11:01??PrintQueueMonitor\bin\Release\
?????文件???????20992??2010-01-08?14:50??PrintQueueMonitor\bin\Release\PrintQueueMonitor.dll
?????文件????????9847??2010-01-08?14:50??PrintQueueMonitor\PrintQueueMonitor.cs
?????文件????????2688??2010-01-08?12:00??PrintQueueMonitor\PrintQueueMonitor.csproj
?????文件???????24354??2010-01-08?12:00??PrintQueueMonitor\PrintSpoolAPI.cs
?????目錄???????????0??2010-01-08?10:50??PrintQueueMonitor\Properties\
?????文件????????1446??2010-01-08?10:50??PrintQueueMonitor\Properties\AssemblyInfo.cs
?????目錄???????????0??2010-01-08?14:40??PrintSpooler\
?????目錄???????????0??2010-01-08?10:47??PrintSpooler\bin\
?????目錄???????????0??2010-01-08?11:02??PrintSpooler\bin\Release\
?????文件???????20992??2010-01-08?14:50??PrintSpooler\bin\Release\PrintQueueMonitor.dll
?????文件???????10240??2010-01-08?14:50??PrintSpooler\bin\Release\PrintSpooler.exe
?????文件????????1890??2010-01-08?14:40??PrintSpooler\MainForm.cs
?????文件????????3944??2010-01-08?14:30??PrintSpooler\MainForm.Designer.cs
?????文件????????5814??2010-01-08?14:30??PrintSpooler\MainForm.resx
?????文件????????4112??2010-01-08?11:02??PrintSpooler\PrintSpooler.csproj
?????文件??????????74??2010-01-08?10:47??PrintSpooler\PrintSpooler.csproj.user
?????文件?????????507??2010-01-08?10:48??PrintSpooler\Program.cs
?????目錄???????????0??2010-01-08?10:47??PrintSpooler\Properties\
?????文件????????1436??2010-01-08?10:47??PrintSpooler\Properties\AssemblyInfo.cs
?????文件????????2853??2010-01-08?10:47??PrintSpooler\Properties\Resources.Designer.cs
?????文件????????5612??2010-01-08?10:47??PrintSpooler\Properties\Resources.resx
?????文件????????1097??2010-01-08?10:47??PrintSpooler\Properties\Settings.Designer.cs
?????文件?????????249??2010-01-08?10:47??PrintSpooler\Properties\Settings.settings
- 上一篇:UPCA條形碼
- 下一篇:AD 操作 Helper類代碼
評(píng)論
共有 條評(píng)論