unittest.cs
来自「用C#實現能產生PDF格式文件的源碼」· CS 代码 · 共 23 行
CS
23 行
using System;
using System.Collections.Generic;
using System.Text;
using PdfSharp.Ghostscript;
namespace PdfSharp.Ghostscript.Testcode
{
public class UnitTest
{
public static void Test1()
{
GSRevision revision = GS.Revision;
GS gs = new GS();
List<string> args = gs.Arguments;
gs.Execute();
}
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?