• 大小: 0.23M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: pdf  C#  pdf417  

资源简介



【核心代码】



        private void button设置参数_Click(object sender, EventArgs e)
        {
            CodePara codepara = new CodePara();
            codepara.SetIniFilePath(this.textBoxINI.Text);
            codepara.ShowDialog();
        }

资源截图

代码片段和文件信息

using System;
using System.IO;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.Runtime.InteropServices;

namespace Make2DBar_code
{
    public partial class Form1 : Form
    {
        //图像压缩Dll
        [DllImport(“WComp.dll“ CharSet = CharSet.Auto)]
        public static extern int SizeDIB(IntPtr szInputFile int height int width);//设置大小
        [DllImport(“WComp.dll“ CharSet = CharSet.Auto)]
        public static extern int Wcompress(IntPtr szInputFile IntPtr szOutputFile int nDestineSize); //图像压缩
        [DllImport(“WComp.dll“ CharSet = CharSet.Auto)]
        public static extern int Wdecompress(IntPtr szInputFile IntPtr szOutp

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2015-04-09 15:26  Make2DBar-code\
     文件         884  2015-04-09 15:59  Make2DBar-code.sln
     文件       20480  2015-05-21 09:32  Make2DBar-code.suo
     文件        5405  2015-04-09 15:55  Make2DBar-code\2DBarCode.cs
     文件        5994  2015-04-09 15:39  Make2DBar-code\2DBarCode.Designer.cs
     文件        5817  2015-04-09 15:39  Make2DBar-code\2DBarCode.resx
     目录           0  2015-04-09 15:12  Make2DBar-code\bin\
     目录           0  2018-02-09 10:18  Make2DBar-code\bin\Debug\
     文件      197904  2012-10-29 18:01  Make2DBar-code\bin\Debug\EnCodePdf.dll
     文件       18432  2015-05-21 09:32  Make2DBar-code\bin\Debug\Make2DBar-code.exe
     文件       34304  2015-05-21 09:32  Make2DBar-code\bin\Debug\Make2DBar-code.pdb
     文件       11600  2015-05-21 09:32  Make2DBar-code\bin\Debug\Make2DBar-code.vshost.exe
     文件         490  2010-03-17 22:39  Make2DBar-code\bin\Debug\Make2DBar-code.vshost.exe.manifest
     文件         208  2015-05-21 09:32  Make2DBar-code\bin\Debug\MakeBarCode.ini
     文件        1070  2018-02-09 10:18  Make2DBar-code\bin\Debug\TempBar.bmp
     目录           0  2015-05-21 09:34  Make2DBar-code\bin\Release\
     文件        3846  2015-04-09 15:39  Make2DBar-code\CodePara.cs
     文件       14175  2015-04-09 15:22  Make2DBar-code\CodePara.Designer.cs
     文件        5817  2015-04-09 15:22  Make2DBar-code\CodePara.resx
     文件      197904  2012-10-29 18:01  Make2DBar-code\EnCodePdf.dll
     文件        4026  2015-04-09 15:22  Make2DBar-code\Make2DBar-code.csproj
     文件         207  2012-10-27 11:08  Make2DBar-code\MakeBarCode.ini
     目录           0  2015-04-09 15:12  Make2DBar-code\obj\
     目录           0  2015-04-09 15:12  Make2DBar-code\obj\x86\
     目录           0  2015-05-21 09:32  Make2DBar-code\obj\x86\Debug\
     文件        4440  2015-05-21 09:31  Make2DBar-code\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache
     文件        6229  2015-05-21 09:32  Make2DBar-code\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
     文件         388  2015-04-09 15:42  Make2DBar-code\obj\x86\Debug\GenerateResource.read.1.tlog
     文件         956  2015-04-09 15:42  Make2DBar-code\obj\x86\Debug\GenerateResource.write.1.tlog
     文件         859  2015-05-21 09:32  Make2DBar-code\obj\x86\Debug\Make2DBar-code.csproj.FileListAbsolute.txt
     文件       18432  2015-05-21 09:32  Make2DBar-code\obj\x86\Debug\Make2DBar-code.exe
............此处省略17个文件信息

评论

共有 条评论